Interface QueryObject

interface QueryObject {
    many: NodeListOf<Element>;
    one: Element;
}

Properties

Properties

many: NodeListOf<Element>
one: Element