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

    Function getConfigValue

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

      Type Parameters

      Parameters

      • config: T[] | undefined

        The config collection to get the value from.

      • alias: K

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

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

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