Skip to content

Update template selection shape #453

@darenkeck-dev

Description

@darenkeck-dev

Currently when a user makes a selection it is stored in a dictionary with the value as a primitive.

type SelectionDictionary = {
    [key: string]: string | number | boolean
}

Expand the value to be an object in preparation for additional fields that will be added to contextualize the selection.

type NewSelectionDictionary = {
    [key: string]: { value: string | number | boolean }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions