UiNodeInput
type UiNodeInput = UiNode & {
attributes: UiNodeInputAttributes
type: "input"
}
Type declaration
| Name | Type |
|---|---|
attributes | UiNodeInputAttributes |
type | "input" |
type UiNodeInput = UiNode & {
attributes: UiNodeInputAttributes
type: "input"
}
| Name | Type |
|---|---|
attributes | UiNodeInputAttributes |
type | "input" |