clearAll

removes all existing data collections, aggregated data, and state

void clearAll();

Example

$$("todo").clearAll()

Back to top