Skip to main content

UiNodeInput

type UiNodeInput = UiNode & {
attributes: UiNodeInputAttributes
type: "input"
}

Type declaration

NameType
attributesUiNodeInputAttributes
type"input"