Membrane React - v0.2.1
    Preparing search index...

    Interface Screen

    interface Screen {
        id: string;
        name: string;
        state?: WorkspaceElementState;
        errors?: ErrorData[];
        type: Integration;
        key?: string;
        blocks: ScreenBlock[];
    }

    Hierarchy

    Index

    Properties

    id: string
    name: string
    errors?: ErrorData[]
    key?: string
    blocks: ScreenBlock[]