@hmiproject/helio-sdk
    Preparing search index...

    Function createNamespace

    • Creates a namespace for library extension.

      Namespaces aim to ensure that all names given to elements, etc. within extensions are globally unique within a HELIO project. The namespace must be provided in reverse domain name notation (e.g. com.my-company) and can include additional segments (e.g. helio.trend-controls).

      Parameters

      • options: CreateNamespaceOptions

      Returns Namespace

      1.0.0

      const namespace = createNamespace({
      name: 'com.my-company.helio.trend-controls'
      });