Trevixal API
    Preparing search index...

    Where an image is and what it holds. The unit every command works on.

    interface ImageHit {
        figurePath: Path | null;
        node: EditorNode;
        path: Path;
    }
    Index
    figurePath: Path | null

    Path of the wrapping figure, when the image has a caption.

    node: EditorNode
    path: Path