div-action-set-state
Applies a new appearance to the content in `div-state'.
Parameters
Parameters | Description |
---|---|
state_id |
string Required parameter. The path of the state inside state_id — the state_id value of the state object in state Available platforms: Android. |
type |
string Required parameter. The value must always be Available platforms: Android. |
temporary |
bool Indicates a state change: true — the change is temporary and will switch to the original one (default value) when the element is recreatedfalse — the change is permanentDefault value: Available platforms: Android. |
JSON
{
type*: "set_state",
state_id*: "string",
temporary: "bool"
}