map.apps Bundle APIs 4.20.2
    Preparing search index...

    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: TableActionResolverContextOptions,
        ): TableActionResolverContext;
    }
    Index

    Methods