@labkey/api
    Preparing search index...

    Interface VisualizationGetResponse

    interface VisualizationGetResponse {
        canDelete: boolean;
        canEdit: boolean;
        canShare: boolean;
        createdBy: number;
        description: string;
        id: string;
        inheritable: boolean;
        name: string;
        ownerId: any;
        queryName: string;
        reportId: string;
        reportProps: any;
        schemaName: string;
        shared: boolean;
        thumbnailURL: string;
        type: string;
        visualizationConfig: any;
    }
    Index

    Properties

    canDelete: boolean
    canEdit: boolean
    canShare: boolean
    createdBy: number
    description: string
    id: string
    inheritable: boolean
    name: string
    ownerId: any
    queryName: string
    reportId: string
    reportProps: any
    schemaName: string
    shared: boolean
    thumbnailURL: string
    type: string
    visualizationConfig: any