MCPcopy
hub / github.com/botpress/botpress / SampleElement

Interface SampleElement

packages/ui-shared/src/TreeView/typings.d.ts:35–40  ·  view source on GitHub ↗

These are the default properties required if you want to avoid providing any renderers

Source from the content-addressed store, hash-verified

33
34/** These are the default properties required if you want to avoid providing any renderers */
35interface SampleElement {
36 /** Text displayed on the child node */
37 label: string
38 /** The complete path of the element (including all folders) */
39 path: string
40}
41
42type ElementType = 'document' | 'folder'
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected