Skip to content

Commit 5630ce6

Browse files
committed
fix: Confusing documentation. Function is not triggered automatically
1 parent 64af72a commit 5630ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/admin-bro-options.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default interface AdminBroOptions {
100100
*/
101101
dashboard?: {
102102
/**
103-
* Handler function which is triggered in the api when user launches the dashboard.
103+
* Handler function which can be triggered using {@link ApiClient#getDashboard}.
104104
*/
105105
handler?: PageHandler;
106106
/**

0 commit comments

Comments
 (0)