RSX Code Reference
    Preparing search index...
    • rsx
    • EnumValueBoxed

    Type Alias EnumValueBoxed<T>

    type EnumValueBoxed<T extends Enum> = {
        type: EnumClassOf<T>;
        value: EnumValueTyped<T>;
    }

    Type Parameters

    Index
    type: EnumClassOf<T>