removeAlternateState method
Note: STABLE.
This API is reliable and breaking changes are unlikely.
This API is reliable and breaking changes are unlikely.
qlik.app.removeAlternateState(qStateName)
Removes an alternate state in the app.
Version history
Introduced | 1.1 |
Parameters
Name | Type | Description |
---|---|---|
qStateName | String |
Alternate state name. |
Returns
A promise of a Qlik Associative Engine reply.
Tip: For more information regarding a promise, see https://code.angularjs.org/1.5.8/docs/api/ng/service/$q#the-promise-api.
Example
app.removeAlternateState("X");