IProperties Object
interface IPropertiesObject
Represents an object that contains a collection of dynamically typed properties, each stored as a JSONObject with a 'type' and 'value' field.
This interface provides convenience methods to safely retrieve properties by their expected type.
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Get a boolean property.
Link copied to clipboard
Get an image property.
Link copied to clipboard
Get a JSON property.
Link copied to clipboard
Get a number property.
Link copied to clipboard
Get a string property.
Link copied to clipboard
Get an datetime property.