OryNodeLabelProps
type OryNodeLabelProps = {
attributes: UiNodeInputAttributes
fieldError?: object
node: UiNodeInput
} & PropsWithChildren
Type declaration
| Name | Type | Description |
|---|---|---|
attributes | UiNodeInputAttributes | Deprecated Use node.attributes instead. |
fieldError? | object | - |
node | UiNodeInput | - |