UNPKG

@ory/kratos-client

Version:

OpenAPI client for @ory/kratos-client

22 lines (14 loc) 581 B
# UiNodeMeta This might include a label and other information that can optionally be used to render UIs. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **label** | [**UiText**](UiText.md) | | [optional] [default to undefined] ## Example ```typescript import { UiNodeMeta } from '@ory/kratos-client'; const instance: UiNodeMeta = { label, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)