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