APIs

Show:

Item Index

Methods

registerEnumeration

(
  • schema
)
Enum

Parameters:

  • schema Object
    • name String
    • enumValues Key:Name, value:values

      []

    • encode
    • decode
    • typedEnum
    • defaultValue

Returns:

Enum:

registerObject

(
  • schema
  • optional_folder
)
Function

register a new object type from a schema

Parameters:

  • schema Object
  • optional_folder String

Returns:

Function:

the object constructor.