@umbraco-cms/backoffice
    Preparing search index...

    Function getConfigValue

    • Get a value from a config collection by its alias.

      Type Parameters

      Parameters

      • config: undefined | T[]

        The config collection to get the value from.

      • alias: K

        The alias of the config entry to get the value for.

      Returns undefined | Extract<T, { alias: K }>["value"]

      The value of the config entry with the specified alias, or undefined if not found.