OryNodeSelectProps
type OryNodeSelectProps = {
attributes: UiNodeInputAttributesWithOptions
inputProps: OryNodeSelectInputProps
node: UiNodeInput
options: UiNodeInputAttributesOption[]
}
Properties
attributes
attributes: UiNodeInputAttributesWithOptions
Deprecated
- use node.attributes
inputProps
inputProps: OryNodeSelectInputProps
node
node: UiNodeInput
options
options: UiNodeInputAttributesOption[];
