plugNmeet JS SDK - v2.2.3
    Preparing search index...

    Type Alias SharedNotePadFeatures

    SharedNotePadFeatures: Message<"plugnmeet.SharedNotePadFeatures"> & {
        isAllow: boolean;
        isActive: boolean;
        visible: boolean;
        notePadId: string;
    }

    Type Declaration

    • isAllow: boolean

      from field: bool is_allow = 1;

    • isActive: boolean

      from field: bool is_active = 2;

    • visible: boolean

      from field: bool visible = 3;

    • notePadId: string

      from field: string note_pad_id = 4;

    from message plugnmeet.SharedNotePadFeatures