Skip to content

FileExplorerPluginInstance

Extends

Properties

app

app: App


defaultOn

defaultOn: boolean


description

description: string

Inherited from

InternalPluginInstance.description


id

id: string

Inherited from

InternalPluginInstance.id


name

name: string

Inherited from

InternalPluginInstance.name


plugin

plugin: FileExplorerPlugin

Methods

init()

init(app, plugin): void

Parameters

app: App

plugin: FileExplorerPlugin

Returns

void

Inherited from

InternalPluginInstance.init


revealInFolder()

revealInFolder(item): void

Reveals a file or folder in the file explorer view, opens the view if it is not already open/visible

Parameters

item: TFile | TFolder

Returns

void