Skip to main content

OryNodeInputProps

type OryNodeInputProps = {
attributes: UiNodeInputAttributes
inputProps: OryNodeInputInputProps
node: UiNodeInput
onClick?: MouseEventHandler
}

Properties​

attributes​

attributes: UiNodeInputAttributes

Deprecated​

  • use node.attributes

inputProps​

inputProps: OryNodeInputInputProps

node​

node: UiNodeInput

onClick?​

optional onClick: MouseEventHandler;

Deprecated​

  • use inputProps.onClick