嵌入式分析 SDK API
    正在准备搜索索引...

    接口 CreateDashboardValues

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

    属性

    collectionId: SdkCollectionId

    用于创建新仪表板的集合。您可以使用预定义的系统值,例如 rootpersonal

    description: null | string

    仪表板描述

    name: string

    仪表板标题

    © . All rights reserved.