Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Event types EVENT_EXPRESSION_CHANGED = "expression_changed" EVENT_RECALCULATE = "recalculate" EVENT_VALUE_CHANGED = "value_changed" EVENT_PING = "ping" // Key types KEY_TYPE_INTEGER = "number" KEY_TYPE_STRING = "string" KEY_TYPE_BOOLEAN = "boolean" KEY_TYPE_DATA = "data" // Key encodings KEY_ENCODING_PLAIN = "plain" KEY_ENCODING_BASE64 = "base64" )
Constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.