Interface ActionOption

interface ActionOption {
    action?: ActionListener;
    area?: ActionAreaPredicate;
    disabled?: RecordBoolean<any>;
}

Hierarchy (view full)

Properties

A function that checks whether the area can be operated with mouse actions.

disabled?: RecordBoolean<any>