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

    Interface representing a meeting tab icon surface.

    interface MeetingTabIconSurface {
        surface: "meetingTabIcon";
        tabEntityId?: string;
    }
    Index

    Properties

    surface: "meetingTabIcon"

    The type of surface.

    tabEntityId?: string

    The tab entity ID associated with the surface.