@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
25 lines (17 loc) • 926 B
Markdown
# UiNodeTextAttributes
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | A unique identifier | [default to undefined]
**node_type** | **string** | NodeType represents this node\'s types. It is a mirror of `node.type` and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"text\". text Text input Input img Image a Anchor script Script div Division | [default to undefined]
**text** | [**UiText**](UiText.md) | | [default to undefined]
## Example
```typescript
import { UiNodeTextAttributes } from '@ory/kratos-client';
const instance: UiNodeTextAttributes = {
id,
node_type,
text,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)