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

UiNodeInputAttributesOption

type UiNodeInputAttributesOption = {
value: unknown
}

A single selectable value for an input node backed by a JSON schema enum.

TODO: remove this type widening once @ory/client-fetch publishes a release that ships options on UiNodeInputAttributes.

Properties

value

value: unknown