Documentation - v1.2.0-alpha.10
    Preparing search index...

    Interface representing the surface of a meeting stage.

    interface MeetingStageSurface<T> {
        content: T;
        contentType: "task";
        surface: "meetingStage";
    }

    Type Parameters

    • T

      The type of the content.

    Index

    Properties

    content: T

    The content of the meeting stage.

    contentType: "task"

    The content type, which is always 'task'.

    surface: "meetingStage"

    The surface type, which is always 'meetingStage'.