MCPcopy Create free account
hub / github.com/ecruhue/DialogLab / DropdownOption

Interface DropdownOption

client/src/components/nodeeditor/NodeDisplay.tsx:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27// Dropdown option interface
28interface DropdownOption {
29 value: string;
30 label: string;
31}
32
33// Dropdown type for identifying which dropdown is open
34type DropdownType = 'turnMode' | 'moderator' | 'initiator' | 'subTopic' | 'turns' | 'pattern' | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected