# 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)
