cheetah-grid
    Preparing search index...

    Interface ActionOption

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

    Hierarchy (View Summary)

    Index

    Properties

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

    disabled?: RecordBoolean<any>