js.createNS

From RPTools Wiki
Jump to navigation Jump to search

 This article describes a feature or macro function that is experimental and may be subject to change.

js.createNS() Function

Introduced in version 1.10.0
Create (or recreate) a JavaScript namespace.

Usage

js.createNS(namespace)
js.createNS(namespace, trusted)

Parameters

  • namespace - The namespace to (re)create. If the namespace already exists, this must be called from a trusted context.
  • trusted - If the namespace created should be a trusted namespace. Defaults to true(1) if called from a trusted context.

Example

Using js.createNS on an expression.
[r: js.createNS("demo", true)]

See Also