Interface TableActionResolverContextEvents

Events fired by a TableActionResolverContext.

interface TableActionResolverContextEvents {
    bulk-actions-changed: void;
    row-actions-changed: void;
}

Properties

bulk-actions-changed: void

Emitted after an action was added or removed *

row-actions-changed: void

Emitted after an row action was added or removed *

Generated using TypeDoc