@ascentbv/ts-common - v1.0.123
    Preparing search index...

    Class ConfigAbstract

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    NAMESPACE: string = "ascent"

    The namespace used for identifiers (e.g. dynamic properties, events).

    ADDON_NAME: string = "addon"

    The name of the add-on (used in UI titles, changelogs, etc.).

    Methods

    • Registers and overrides the global configuration values.

      Parameters

      • options: { NAMESPACE: string; ADDON_NAME: string }

        Configuration options for the add-on.

      Returns void

      • NAMESPACE: The namespace to use for the add-on (required).
      • ADDON_NAME: The user-facing name of the add-on (required).