Skip to content

Update template selection shape #453

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 }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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