interface DocumentFrame {
    blendMode: BlendMode;
    id: string;
    name: string;
    type: FrameTypeEnum;
}

Hierarchy (View Summary)

Properties

Properties

blendMode: BlendMode
id: string
name: string