From 2ed3ef460894fff35c357113f820b2bc61f5c235 Mon Sep 17 00:00:00 2001 From: Teo Koon Peng Date: Fri, 16 Aug 2024 08:38:30 +0000 Subject: [PATCH] docs Signed-off-by: Teo Koon Peng --- packages/dashboard/src/components/rmf-dashboard.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/dashboard/src/components/rmf-dashboard.tsx b/packages/dashboard/src/components/rmf-dashboard.tsx index 9f39a4c59..a2bc5f06a 100644 --- a/packages/dashboard/src/components/rmf-dashboard.tsx +++ b/packages/dashboard/src/components/rmf-dashboard.tsx @@ -62,7 +62,14 @@ export interface RmfDashboardProps { */ reportIssueLink: string; + /** + * Set various resources (icons, logo etc) used. Different resource can be used based on the theme, `default` is always required. + */ resources: Resources; + + /** + * List of allowed tasks that can be requested + */ tasks: TaskRegistryInput; /**