(value: any): string[]
The _list_contexts
operator returns an array with the ids of all the contexts
already mounted during the current user session in the app. The operator can only be used in the web-client, and not in connections
or requests
.
Arguments
any
The _list_contexts
operator returns the array regardless of arguments.
Examples
List all context ids:
_list_contexts: true
Returns: An array of all context
ids.