NodeSearch
Classes
NodeSearch
Extends
Constructors
new NodeSearch()
new NodeSearch(__namedParameters): NodeSearch
Parameters
• __namedParameters
• __namedParameters.owner: NodeFactory
Returns
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/components/BaseComponent.ts:8
Properties
cleanup()?
optional cleanup: () => void;
Returns
void
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/components/BaseComponent.ts:13
matchingNodes
matchingNodes: Node<Record<string, Socket<SocketType, "scalar" | "array">>, object, object, Record<string, unknown>, Record<string, unknown>>[];
Defined in
tmp/graph-editor/src/lib/graph-editor/editor/NodeSearch.svelte.ts:14
trimmedQuery
trimmedQuery: string;
Defined in
tmp/graph-editor/src/lib/graph-editor/editor/NodeSearch.svelte.ts:13
Accessors
focused
get focused(): undefined | Node<Record<string, Socket<SocketType, "scalar" | "array">>, object, object, Record<string, unknown>, Record<string, unknown>>
set focused(n): void
Parameters
• n: undefined
| Node
<Record
<string
, Socket
<SocketType
, "scalar"
| "array"
>>, object
, object
, Record
<string
, unknown
>, Record
<string
, unknown
>>
Returns
undefined
| Node
<Record
<string
, Socket
<SocketType
, "scalar"
| "array"
>>, object
, object
, Record
<string
, unknown
>, Record
<string
, unknown
>>
Defined in
tmp/graph-editor/src/lib/graph-editor/editor/NodeSearch.svelte.ts:30
query
get query(): string
set query(q): void
Parameters
• q: string
Returns
string
Defined in
tmp/graph-editor/src/lib/graph-editor/editor/NodeSearch.svelte.ts:7
Methods
next()
next(): void
Returns
void
Defined in
tmp/graph-editor/src/lib/graph-editor/editor/NodeSearch.svelte.ts:39
previous()
previous(): void
Returns
void
Defined in
tmp/graph-editor/src/lib/graph-editor/editor/NodeSearch.svelte.ts:45