UiNodeAnchor
type UiNodeAnchor = UiNode & {
attributes: UiNodeAnchorAttributes
type: "a"
}
Type declaration
| Name | Type |
|---|---|
attributes | UiNodeAnchorAttributes |
type | "a" |
type UiNodeAnchor = UiNode & {
attributes: UiNodeAnchorAttributes
type: "a"
}
| Name | Type |
|---|---|
attributes | UiNodeAnchorAttributes |
type | "a" |