Integration App SDK - v1.14.0
    Preparing search index...

    Interface Screen

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

    Hierarchy

    Index

    Properties

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