【发布时间】:2021-02-08 15:12:48
【问题描述】:
配置日历视图时,可以指定view specific options。但是关于custom views 的文档没有说明如何检索这些选项。
有什么方法可以在这里获取这些选项,从而使自定义视图发挥它们的作用?
有没有办法从自定义视图回调中访问view object? (也许上面有选项)
【问题讨论】:
-
那个文档说
Props Both the config and component techniques receive “props”, an object with information about the current view. You’ll need to look at the FullCalendar v5 source code to see exactly what’s in props.。这不能回答你的问题吗? -
不是真的,there are 确实有一些道具,但不是关于视图本身,也不是特定视图选项。
标签: fullcalendar fullcalendar-5