@twilio/flex-sdk
    Preparing search index...

    Interface Activity

    interface Activity {
        accountSid: string;
        available: boolean;
        dateCreated: Date;
        dateUpdated: Date;
        isCurrent: boolean;
        name: string;
        sid: string;
        workspaceSid: string;
        setAsCurrent(options?: ActivityOptions): Promise<Activity>;
    }
    Index

    Properties

    accountSid: string
    available: boolean
    dateCreated: Date
    dateUpdated: Date
    isCurrent: boolean
    name: string
    sid: string
    workspaceSid: string

    Methods