sesaparcours
    Preparing search index...
    interface IElement {
        element: HTMLElement;
        parent: HTMLElement;
        persistent: boolean;
    }
    Index

    Properties

    element: HTMLElement
    parent: HTMLElement
    persistent: boolean