UiNodeScript
type UiNodeScript = UiNode & {
attributes: UiNodeScriptAttributes
type: "script"
}
Type declaration
| Name | Type |
|---|---|
attributes | UiNodeScriptAttributes |
type | "script" |
type UiNodeScript = UiNode & {
attributes: UiNodeScriptAttributes
type: "script"
}
| Name | Type |
|---|---|
attributes | UiNodeScriptAttributes |
type | "script" |