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

    Interface EnumParameter<T>

    Enum parameter from nshmp usage.

    interface EnumParameter<T> {
        label: string;
        type: string;
        values: T[];
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    label: string
    type: string
    values: T[]