It is a function prop that detects and retrieves error or loading occurring within dashboard component, facilitating timely resolution and enabling various automated tasks to be triggered in response.
handle-server-event
in dbn-dashboard, you first need to define the function that you want to pass to this prop in the global object, here’s an example:
Property 'functionName' does not exist on type 'Window & typeof globalThis'
, add the type of window as any.