gmm group parameters.

interface GmmGroupParameter {
    info: string;
    label: string;
    values: GmmGroupValue[];
}

Properties

Properties

info: string
label: string
values: GmmGroupValue[]