Chartbreaker
    Preparing search index...

    Interface GPUQuerySetDescriptor

    interface GPUQuerySetDescriptor {
        count: number;
        label?: string;
        type: GPUQueryType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    count: number
    label?: string