Interface for an activity that wants to register a 'Clear...' menu item

interface IClearer {
    clearAll: SemanticCommand;
    clearCurrent: SemanticCommand;
}

Properties

clearAll: SemanticCommand

A semantic command to clear all of an activity.

clearCurrent: SemanticCommand

A semantic command to clear the currently portion of activity.