value command
Get a value from the Tymly's context. This command is provided via the tymly plugin and isn't offered by any of the other core plugins.
Command config
{
"catName": {
"$value": {
"path": "myCatData.name"
}
}
}
Property | Type | Description | Required |
---|---|---|---|
path | string |
A '.' delimited path pointing to a value on the Tymly context | Yes |