UiNodeText
type UiNodeText = UiNode & {
attributes: UiNodeTextAttributes
type: "text"
}
Type declaration
| Name | Type |
|---|---|
attributes | UiNodeTextAttributes |
type | "text" |
type UiNodeText = UiNode & {
attributes: UiNodeTextAttributes
type: "text"
}
| Name | Type |
|---|---|
attributes | UiNodeTextAttributes |
type | "text" |