Properties
create Node State
create Node State : ( ( handlerID , dataSource ? ) => any )
Type declaration
( handlerID , dataSource ? ) : any
Parameters
handlerID : string
Optional
dataSource : any
Returns any
Defined in src/viewHandlers.ts:8745
file Path2node Path
file Path2node Path : ( ( filePath ) => any [] )
Type declaration
( filePath ) : any []
Returns any []
Defined in src/viewHandlers.ts:8760
get Active Collection
Defined in src/viewHandlers.ts:8756
get Active Node
Defined in src/viewHandlers.ts:8752
get Active Tab Query Data
Defined in src/viewHandlers.ts:8753
get Active View
Defined in src/viewHandlers.ts:8749
get Active View Handler
Defined in src/viewHandlers.ts:8751
get Active View Panel
get Active View Panel : ( ( ) => any )
Defined in src/viewHandlers.ts:8750
get Focused Folder
get Focused Folder : ( ( ) => Promise < string > )
Type declaration
( ) : Promise < string >
Returns Promise < string >
Defined in src/viewHandlers.ts:8759
get Focused Node
Defined in src/viewHandlers.ts:8755
get Node Folder
get Node Folder : ( ( node ) => Promise < string > )
Type declaration
( node ) : Promise < string >
Returns Promise < string >
Defined in src/viewHandlers.ts:8758
get Out Of Active View
get Out Of Active View : ( ( nav2Node ? ) => void )
Type declaration
( nav2Node ? ) : void
Returns void
Defined in src/viewHandlers.ts:8754
get Track Collection Async
get Track Collection Async : ( ( track ) => Promise < Collection > )
Defined in src/viewHandlers.ts:8748
is Collection Root Node Active
is Collection Root Node Active : ( ( ) => boolean )
Type declaration
( ) : boolean
Returns boolean
Defined in src/viewHandlers.ts:8757
navigate Node Path
navigate Node Path : ( ( nodePathSources , resolveWhenFinished ? ) => Promise < void > )
Type declaration
( nodePathSources , resolveWhenFinished ? ) : Promise < void >
Parameters
nodePathSources : any []
Optional
resolveWhenFinished : boolean
Returns Promise < void >
Defined in src/viewHandlers.ts:8746
navigate Object
navigate Object : ( ( params ) => any )
Type declaration
( params ) : any
Returns any
Defined in src/viewHandlers.ts:8747
Contains utilities for navigation in the main window. It also exists in dialogs and other sub-windows, but in dialogs and sub-windows, it is just a reference to the navUtils instance in the main window. Instance variable: navUtils