UiNodeInput
type UiNodeInput = UiNode & {
attributes: UiNodeInputAttributesWithOptions
type: "input"
}
Type declaration
| Name | Type |
|---|---|
attributes | UiNodeInputAttributesWithOptions |
type | "input" |
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.
type UiNodeInput = UiNode & {
attributes: UiNodeInputAttributesWithOptions
type: "input"
}
| Name | Type |
|---|---|
attributes | UiNodeInputAttributesWithOptions |
type | "input" |