Interface HonuaInteractionLayoutItemExperimental

One grid placement ($defs/layoutItem); presentation metadata only.

interface HonuaInteractionLayoutItem {
    h: number;
    ref: string;
    w: number;
    x: number;
    y: number;
}

Properties

h ref w x y

Properties

h: number
ref: string
w: number
x: number
y: number