Style Observer API
    Preparing search index...

    Interface StyleObserverOptions

    interface StyleObserverOptions {
        properties?: string | string[];
        targets?: Element | Element[];
    }
    Index

    Properties

    properties?: string | string[]

    The properties to observe.

    targets?: Element | Element[]

    The elements to observe.