Return data from StyleManager.exists.

type Exists = {
    element: HTMLStyleElement;
    id: string;
    version: string;
}
Index

Properties

Properties

Associated HTMLStyleElement.

id: string

CSS ID of target style element.

version: string

Semver version of the dynamic styles.