removeAlternateState method
Information noteSTABLE.
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
Version state | Details |
---|---|
Introduced | 1.1 |
Parameters
qStateName
Type: String
Alternate state name.
Returns
A promise of a Qlik associative engine reply.
Tip noteFor more information regarding a promise, see The Promise API.
Example
app.removeAlternateState("X");