Skip to content

DomElementInfoWithContainer

DomElementInfo with an optional container.

Import:

import type { DomElementInfoWithContainer } from 'obsidian-dev-utils/obsidian/dataview';

Signature:

export type DomElementInfoWithContainer

Signature:

type DomElementInfoWithContainer = ContainerInfo & DomElementInfo

Type: ContainerInfo & DomElementInfo