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