config
Home > @gooddata/sdk-ui-dashboard > IInsightBodyProps > config
IInsightBodyProps.config property
Additional config that should be passed to the underlying visualization.
Signature:
config: {
        mapboxToken?: string;
        agGridToken?: string;
        separators?: ISeparators;
        forceDisableDrillOnAxes?: boolean;
        isExportMode?: boolean;
        selectedPoints?: IDrillEventIntersectionElement[][];
    };