Embedded analytics SDK API
    Preparing search index...

    Type Alias MetabaseDashboard

    The Dashboard entity

    type MetabaseDashboard = {
        collection?: MetabaseCollection | null;
        created_at: string;
        description: string | null;
        entity_id: SdkEntityId;
        id: SdkDashboardId;
        "last-edit-info": {
            email: string;
            first_name: string;
            id: number;
            last_name: string;
            timestamp: string;
        };
        name: string;
        updated_at: string;
    }
    Index

    Properties

    collection?: MetabaseCollection | null
    created_at: string
    description: string | null
    entity_id: SdkEntityId
    "last-edit-info": {
        email: string;
        first_name: string;
        id: number;
        last_name: string;
        timestamp: string;
    }
    name: string
    updated_at: string