Skip to content

v1.0.5

Compare
Choose a tag to compare
@graphieros graphieros released this 24 Jun 05:15
· 9 commits to main since this release

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
    }