CML
    Preparing search index...

    Function isCmcdCustomKey

    • Check if a key is a custom key.

      Parameters

      Returns boolean

      true if the key is a custom key, false otherwise.

      equal(isCmcdCustomKey('com.example-key'), true)
      equal(isCmcdCustomKey('br'), false)