Style Observer API
    Preparing search index...

    Interface SelectorObserverOptions

    interface SelectorObserverOptions {
        any?: boolean;
        roots?: (Document | ShadowRoot)[];
    }
    Index

    Properties

    Properties

    any?: boolean

    Whether to fire the callback when any of the observed selectors are matched or when individual selectors are matched.

    roots?: (Document | ShadowRoot)[]

    The roots to observe.