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

Properties

properties?: string | string[]

The properties to observe.

targets?: Element | Element[]

The elements to observe.