Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Description

CreateInstance

CreateInstance is signalled when an instance of a component is created [created Inherited from JSON Element (PRIM_WEB.JsonElement)

DestroyInstance

DestroyInstance is signalled when an instance of a component is about to be destroyed [destroyed Inherited from JSON Element (PRIM_WEB.JsonElement)

Methods

Name

Description

AsBoolean

Return the element as a Boolean

Result

AsNumber

Return the element as a number

Result

AsString

Return the element as a string

Result

CreateIterator

CreateIterator method creates an iterator component that enables iteration through the collection

Result

Remove

Remove the element

Result, Key

RemoveAll

Remove all child elements

RemoveAt

Remove a specific element

Result, Index

...