Skip to main content

UiNodeText

type UiNodeText = UiNode & {
attributes: UiNodeTextAttributes
type: "text"
}

Type declaration

NameType
attributesUiNodeTextAttributes
type"text"