PokéRogue
    Preparing search index...

    Interface GetEnumStrKeyOptions

    interface GetEnumStrKeyOptions {
        casing?: Casing;
        prefix?: string;
        suffix?: string;
    }
    Index

    Properties

    casing?: Casing

    A string denoting the casing method to use.

    "Preserve"
    
    prefix?: string

    If present, will be prepended to the beginning of the key name string.

    suffix?: string

    If present, will be added to the end of the key name string.