Reference@ory/elements-reactType AliasesOryNodeInputPropsOn this pageOryNodeInputProps type OryNodeInputProps = { attributes: UiNodeInputAttributes; node: UiNode; onClick?: MouseEventHandler;}; Properties attributes attributes: UiNodeInputAttributes; node node: UiNode; onClick? optional onClick: MouseEventHandler;