Trilium Frontend API
    Preparing search index...

    Function getComputedStyle

    • The Window.getComputedStyle() method returns a live read-only CSSStyleProperties object containing the resolved values of all CSS properties of an element, after applying active stylesheets and resolving any computation those values may contain.

      MDN Reference

      Parameters

      • elt: Element
      • OptionalpseudoElt: string

      Returns CSSStyleDeclaration