Skip to content

GroupInput

addGroup input: events may be plain configs or builders (compiled on the way in). Storage is always plain configs (Group).

optional color?: string

GroupConfig.color


optional description?: string

GroupConfig.description


optional enabled?: boolean

GroupConfig.enabled


events: (Buildable | EventConfig)[]


id: string

GroupConfig.id


optional name?: string

GroupConfig.name


optional priority?: number

Base priority applied to every event in the group that doesn’t set its own priority (event-level always wins). A collection-level z-index, so you can put a whole collection on top without stamping each event. Default: unset (0).

GroupConfig.priority