Options controlling how the auto-initializer scans and watches a container.

interface AutoOptions {
    watch?: boolean;
}

Properties

Properties

watch?: boolean

Keep watching the container with a MutationObserver, enhancing markup as it is added and disposing instances whose roots leave the document. Defaults to true.