MCPcopy Create free account
hub / github.com/react-component/select / FieldNames

Interface FieldNames

src/Select.tsx:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83export type FilterFunc<OptionType> = (inputValue: string, option?: OptionType) => boolean;
84
85export interface FieldNames {
86 value?: string;
87 label?: string;
88 groupLabel?: string;
89 options?: string;
90}
91
92export interface BaseOptionType {
93 disabled?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…