BlocksAPIDecorators@menuOn this page@menu The @menu decorator is used to mark the property that supplies a context menu for a Collection.Item. Decorator type Property ℹ️ Applies to Collection.Item Decorator signature @menu Example @menuget menu() { return [ new Components.MenuLabel("Hello world!") ];}