@ghsc/nshmp-utils-ts - 4.12.7
    Preparing search index...

    Interface GmmGroupParameter

    gmm group parameters.

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

    Properties

    Properties

    info: string
    label: string
    values: GmmGroupValue[]