clearAllVar

Description

Removes all global variables data in the app excluding the variables specified.

Platform Supported

  • Web

  • Mobile

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

except

The variable(s) that should not be cleared.

Text/List

-

-

No

Output

DescriptionOutput Type

Always return 'true'.

Boolean

Note: The global variables will be updated to remove all of them.

Last updated