Embedded analytics SDK API
    Preparing search index...

    Interface CreateDashboardValues

    interface CreateDashboardValues {
        collectionId: SdkCollectionId;
        description: null | string;
        name: string;
    }
    Index

    Properties

    collectionId: SdkCollectionId

    Collection in which to create a new dashboard. You can use predefined system values like root or personal.

    description: null | string

    Dashboard description

    name: string

    Dashboard title