MCPcopy Index your code
hub / github.com/SplootCode/splootcode / DataEntrySplootNode

Interface DataEntrySplootNode

packages/language-web/types/dataset/row.ts:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import { SplootDataStringEntry } from './string_entry'
15
16export interface DataEntrySplootNode extends SplootNode {
17 getFieldName: () => string
18 getValue: () => string
19 setValue: (value: string) => void
20}
21
22export const DATA_ROW = 'DATA_ROW'
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected