Type Alias Definitions

Definitions of common properties that are shared between templates, e.g. selectionsByState can be the same for all templates within a composition of templates.

type Definitions = {
    selectionsByState?: Record<string, Record<string, QSelection[]>>;
}
Index

Properties

selectionsByState?: Record<string, Record<string, QSelection[]>>

It maps an ID to a selectionsByState object.