MCPcopy Create free account
hub / github.com/GooGee/Entity-Builder / SelectStringButton

Function SelectStringButton

src/View/Button/SelectStringButton.tsx:13–25  ·  view source on GitHub ↗
(property: Property)

Source from the content-addressed store, hash-verified

11}
12
13export default function SelectStringButton(property: Property) {
14 return (
15 <SelectMapButton
16 allowEmpty={property.allowEmpty}
17 className={property.className}
18 isAdd={property.isAdd}
19 itemzz={property.itemzz.map((item) => [item, item])}
20 value={property.value}
21 verb={property.verb}
22 change={property.change}
23 ></SelectMapButton>
24 )
25}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected