Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 706 Bytes

UiNodeTextAttributes.md

File metadata and controls

17 lines (12 loc) · 706 Bytes

ory_kratos_client.model.UiNodeTextAttributes

Load the model package

import 'package:ory_kratos_client/api.dart';

Properties

Name Type Description Notes
id String A unique identifier
nodeType 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 UiText

[Back to Model list] [Back to API list] [Back to README]