FlowToken

The FlowToken class can be used to create a Tag in the Flow Editor.

Methods

setValue

(async) setValue(value): Promise.<any>

Set or update the value of the token.

Parameters

Name Type Description
value
string | number | boolean | Image

The value of the token, should be of the same type as defined in the Token instance

Returns

Promise.<any>

unregister

(async) unregister(): Promise.<any>

Unregister the token. This is a shorthand method for ManagerFlow#unregisterToken.

Returns

Promise.<any>