@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface MeetingActionButton

    Action button associated with a meeting next step

    interface MeetingActionButton {
        description?: string;
        id: string;
        is_default: boolean;
        name: string;
    }
    Index

    Properties

    description?: string
    id: string
    is_default: boolean
    name: string