interface Layout {
    animated?: boolean;
    childLayouts: string[];
    frameAnimations?: FrameAnimation[];
    frameProperties: (FrameProperty | TopFrameProperty)[];
    height?: number;
    id: string;
    intent?: LayoutIntent;
    name: string;
    timelineLengthMs?: number;
    type: LayoutType;
    width?: number;
}

Hierarchy (View Summary)

Properties

animated?: boolean
childLayouts: string[]
frameAnimations?: FrameAnimation[]
frameProperties: (FrameProperty | TopFrameProperty)[]
height?: number
id: string
intent?: LayoutIntent
name: string
timelineLengthMs?: number
width?: number