dsabp-js
    Preparing search index...

    Enumeration LoaderPriority

    The priority of a loader config.

    This is a class that extends the Enum class.

    Index

    Enumeration Members

    Constructors

    Properties

    Methods

    Enumeration Members

    NORMAL: LoaderPriority =

    Constructors

    Properties

    enumName: string

    The name of the constant, i.e. the member name.

    enumValue: number

    The value of the constant.

    Methods

    • Returns string

      "Enum.MEMBER"

    • Returns a constant with the specified name, or undefined if not found. (Case-sensitive)

      Shortcut to using getMap.

      Parameters

      • name: string

      Returns LoaderPriority

    • Enum names to constant instances.

      Can be used to get the names and values of all constants in this enum.

      Returns Map<string, LoaderPriority>

    • Enum values to names.

      Returns Map<number, string>