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

    Interface GmmParameter

    gmm parameter.

    interface GmmParameter {
        info: string;
        label: string;
        values: GmmValue[];
    }
    Index

    Properties

    Properties

    info: string
    label: string
    values: GmmValue[]