Search


Search something to see results

CustomDimension

interface CustomDimension {
    dimensionData: CustomDimensionData;
    name: string;
    type: CustomDimensionType;
}

Index

Properties

Properties

dimensionData: CustomDimensionData
name: string