Trilium Frontend API
    Preparing search index...

    Function getComputedStyle

    • The Window.getComputedStyle() method returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.

      MDN Reference

      Parameters

      • elt: Element
      • OptionalpseudoElt: string

      Returns CSSStyleDeclaration