OryNodeButtonProps
type OryNodeButtonProps = {
attributes: UiNodeInputAttributes
buttonProps: OryNodeButtonButtonProps
isSubmitting: boolean
node: UiNodeInput
}
Properties
attributes
attributes: UiNodeInputAttributes
Deprecated
Use node.attributes instead.
buttonProps
buttonProps: OryNodeButtonButtonProps
isSubmitting
isSubmitting: boolean
Indicates whether the form is currently being submitted via this button.
node
node: UiNodeInput