Properties
createNodeState
createNodeState : ( ( handlerID , dataSource ? ) => any )
Type declaration
( handlerID , dataSource ? ) : any
Parameters
handlerID : string
Optional
dataSource : any
Returns any
Defined in src/viewHandlers.ts:8745
filePath2nodePath
filePath2nodePath : ( ( filePath ) => any [] )
Type declaration
( filePath ) : any []
Returns any []
Defined in src/viewHandlers.ts:8760
getActiveCollection
Defined in src/viewHandlers.ts:8756
getActiveNode
Defined in src/viewHandlers.ts:8752
getActiveTabQueryData
Defined in src/viewHandlers.ts:8753
getActiveView
Defined in src/viewHandlers.ts:8749
getActiveViewHandler
Defined in src/viewHandlers.ts:8751
getActiveViewPanel
getActiveViewPanel : ( ( ) => any )
Defined in src/viewHandlers.ts:8750
getFocusedFolder
getFocusedFolder : ( ( ) => Promise < string > )
Type declaration
( ) : Promise < string >
Returns Promise < string >
Defined in src/viewHandlers.ts:8759
getFocusedNode
Defined in src/viewHandlers.ts:8755
getNodeFolder
getNodeFolder : ( ( node ) => Promise < string > )
Type declaration
( node ) : Promise < string >
Returns Promise < string >
Defined in src/viewHandlers.ts:8758
getOutOfActiveView
getOutOfActiveView : ( ( nav2Node ? ) => void )
Type declaration
( nav2Node ? ) : void
Returns void
Defined in src/viewHandlers.ts:8754
getTrackCollectionAsync
getTrackCollectionAsync : ( ( track ) => Promise < Collection > )
Defined in src/viewHandlers.ts:8748
isCollectionRootNodeActive
isCollectionRootNodeActive : ( ( ) => boolean )
Type declaration
( ) : boolean
Returns boolean
Defined in src/viewHandlers.ts:8757
navigateNodePath
navigateNodePath : ( ( 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
navigateObject
navigateObject : ( ( 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