From f5da832b3c13a776f761bea1eca331a936be07c6 Mon Sep 17 00:00:00 2001 From: cutterbl Date: Fri, 2 Jun 2023 10:11:54 -0400 Subject: [PATCH] docs: add resourceId to onSelectSlot documentation --- stories/props/onSelectSlot.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/stories/props/onSelectSlot.mdx b/stories/props/onSelectSlot.mdx index 032b61cdd..3dcd8cf67 100644 --- a/stories/props/onSelectSlot.mdx +++ b/stories/props/onSelectSlot.mdx @@ -16,6 +16,7 @@ _Things To Know:_ When you 'doubleClick', both 'click' and 'doubleClick' will fi end: Date, slots: Array, action: 'select' | 'click' | 'doubleClick', + resourceId: ?number, // only if the calendar is resource view bounds: ?{ // For "select" action x: number,