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:8838 file Path2node Path file Path2node Path : ( ( filePath ) => any [] )
Type declaration ( filePath ) : any [] Returns any [] Defined in src/viewHandlers.ts:8853 get Active Collection Defined in src/viewHandlers.ts:8849 get Active Node Defined in src/viewHandlers.ts:8845 get Active Tab Query Data Defined in src/viewHandlers.ts:8846 get Active View Defined in src/viewHandlers.ts:8842 get Active View Handler Defined in src/viewHandlers.ts:8844 get Active View Panel get Active View Panel : ( ( ) => any )
Defined in src/viewHandlers.ts:8843 get Focused Folder get Focused Folder : ( ( ) => Promise < string > )
Type declaration ( ) : Promise < string > Returns Promise < string > Defined in src/viewHandlers.ts:8852 get Focused Node Defined in src/viewHandlers.ts:8848 get Node Folder get Node Folder : ( ( node ) => Promise < string > )
Type declaration ( node ) : Promise < string > Returns Promise < string > Defined in src/viewHandlers.ts:8851 get Out Of Active View get Out Of Active View : ( ( nav2Node ? ) => void )
Type declaration ( nav2Node ? ) : void Returns void Defined in src/viewHandlers.ts:8847 get Track Collection Async get Track Collection Async : ( ( track ) => Promise < Collection > ) Defined in src/viewHandlers.ts:8841 is Collection Root Node Active is Collection Root Node Active : ( ( ) => boolean )
Type declaration ( ) : boolean Returns boolean Defined in src/viewHandlers.ts:8850 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:8839 navigate Object navigate Object : ( ( params ) => any )
Defined in src/viewHandlers.ts:8840
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