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

    Interface WorkspaceOptions

    interface WorkspaceOptions {
        logLevel?: "error" | "info" | "trace" | "debug" | "warn" | "silent";
        pageSize?: number;
        region?: string;
    }
    Index

    Properties

    logLevel?: "error" | "info" | "trace" | "debug" | "warn" | "silent"
    pageSize?: number
    region?: string