Interface TableActionResolver

A bridge and extension point between the requirements of a concrete UI to lookup actions and a dynamic rendering of actions in the UI.

interface TableActionResolver {
    createResolverContext(options): TableActionResolverContext;
}

Methods

Generated using TypeDoc