event property
A global palette of event colors, mapping from the color ID to its definition.
An event resource may refer to one of these color IDs in its colorId field. Read-only.
Implementation
core.Map<core.String, ColorDefinition>? event;
A global palette of event colors, mapping from the color ID to its definition.
An event resource may refer to one of these color IDs in its colorId field. Read-only.
core.Map<core.String, ColorDefinition>? event;