UiNodeImage
type UiNodeImage = UiNode & {
attributes: UiNodeImageAttributes
type: "img"
}
Type declaration
| Name | Type |
|---|---|
attributes | UiNodeImageAttributes |
type | "img" |
type UiNodeImage = UiNode & {
attributes: UiNodeImageAttributes
type: "img"
}
| Name | Type |
|---|---|
attributes | UiNodeImageAttributes |
type | "img" |