• Hook to get all panels registered in the app, optionally filtered by a predicate.

    Parameters

    • Optional predicate: ((panel: PluginComponentRegistration<{}>) => boolean)

      A function that takes a panel and returns true if the panel should be included in the result. It is important for the predicate to be memoized using useCallback to avoid unnecessary re-renders.

        • (panel: PluginComponentRegistration<{}>): boolean
        • Parameters

          • panel: PluginComponentRegistration<{}>

          Returns boolean

    Returns PluginComponentRegistration<{}>[]

Generated using TypeDoc