v1.0.5
This release adds the @selectType
event, which is triggered when selecting a menu item.
Use this event to style menu buttons accordingly.
This event returns a GridPlanItemType object:
type GridPlanItemType = {
typeId: string | number
color?: string
description: string
icon?: string
iconColor?: string
}