Style Observer API
    Preparing search index...
    • Check if a CSS custom property is registered. This function will return false for custom properties that behave identically to non-registered properties (e.g., registered inherited properties with syntax “*”).

      Parameters

      • property: string

        The property to check.

      • Optionalroot: Document = globalThis.document

        The document to check in.

      Returns boolean