A single Create-dialog archetype <option>.

interface ArchetypeOption {
    label: string;
    shortcode: string;
    value: string;
}

Properties

Properties

label: string

Option label — name and shortcode, since dedup can collapse divergent names.

shortcode: string

The winner's shortcode ("" for the (none) option).

value: string

Option value — the winner's UUID, or "" for the (none) blank-slate.