Ask AI is now on the home page — ask a question and get a sourced answer from the Ory docs. You'll also find it in the bottom-right corner of any page.

Skip to main content

OryNodeSettingsButton

type OryNodeSettingsButton = {
buttonProps: OryNodeButtonButtonProps
onClick: () => void
} & UiNodeInput

Props for a button used in the settings flow

Type declaration

NameTypeDescription
buttonPropsOryNodeButtonButtonProps-
onClick()() => voidDeprecated - use buttonProps.onClick