Skip to main content

OryNodeInputProps

type OryNodeInputProps = {
attributes: UiNodeInputAttributes;
node: UiNode;
onClick?: MouseEventHandler;
};

Properties

attributes

attributes: UiNodeInputAttributes;

node

node: UiNode;

onClick?

optional onClick: MouseEventHandler;