Skip to content

FileExplorerView.createItemDom method

FileExplorerView › createItemDom

Unofficial

Create a tree item DOM element for the given file.

Signature:

createItemDom(file: TFile): unknown

Parameters:

Parameter Type Description
file TFile The file to create a tree item for.

Returns: unknownThe created file tree item.