Class CustomObject

Represents a custom object and its corresponding attributes.

PropertyDescription
custom: CustomAttributes (read-only)Returns the custom attributes of this object.
type: String (read-only)Returns the type of the CustomObject.

This class does not have a constructor, so you cannot create it directly.

MethodDescription
getCustom()Returns the custom attributes of this object.
getType()Returns the type of the CustomObject.

describe, getCustom

getCreationDate, getLastModified, getUUID

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

custom: CustomAttributes (read-only)

Returns the custom attributes of this object.


type: String (read-only)

Returns the type of the CustomObject.


getCustom(): CustomAttributes

Returns the custom attributes of this object.

Returns:

  • the custom attributes of this object.

getType(): String

Returns the type of the CustomObject.

Returns:

  • the type of the CustomObject.