Membrane SDK - v0.8.0
    Preparing search index...

    Class ScreensAccessor

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      Returns Promise<
          PaginationResponse<
              {
                  type: Integration;
                  key?: string;
                  blocks: ({ type: ScreenBlockType } & Record<string, any>)[];
                  id: string;
                  name: string;
              },
          >,
      >

    • Parameters

      Returns Promise<
          {
              type: Integration;
              key?: string;
              blocks: ({ type: ScreenBlockType } & Record<string, any>)[];
              id: string;
              name: string;
          }[],
      >

    • Parameters

      Returns Promise<
          {
              type: Integration;
              key?: string;
              blocks: ({ type: ScreenBlockType } & Record<string, any>)[];
              id: string;
              name: string;
          },
      >