Embedded analytics SDK API

    Type Alias MetabaseCollection

    The Collection entity

    type MetabaseCollection = {
        description: string | null;
        entity_id?: SdkEntityId;
        id: SdkCollectionId;
        name: string;
        slug?: string;
    }
    Index

    Properties

    description: string | null
    entity_id?: SdkEntityId
    name: string
    slug?: string
    MMNEPVFCICPMFPCPTTAAATR