FormIt Plugin API
v23.0.0 (2023.0.0)
|
Functions | |
json | FormIt.Messaging.GetMessages () |
json | FormIt.Messaging.Broadcast (messageName, payload) |
Broadcast a message A custom message can be broadcast like- FormIt.Messaging.Broadcast("FormIt.Message.kFormItJSONMsg", {msg: "MyPlugin", payload: 3}); Parameters: In: messageName (string) In: payload (json) More... | |
json FormIt.Messaging.Broadcast | ( | messageName | , |
payload | |||
) |
Broadcast a message A custom message can be broadcast like- FormIt.Messaging.Broadcast("FormIt.Message.kFormItJSONMsg", {msg: "MyPlugin", payload: 3}); Parameters: In: messageName (string) In: payload (json)
[in] | messageName | String |
[in] | payload | (OPTIONAL) json |
json FormIt.Messaging.GetMessages | ( | ) |