Link

ActionType

ActionType is an enum which is describes type of action .

export enum ActionType {
    Add,
    Edit,
    Delete,
    Custom
}