Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StylesGears

This interface is only for documentation purposes. It cannot be implemented since all methods have symbolic names.

Hierarchy

  • StylesGears

Index

Methods

stylesAttachedCallback

  • stylesAttachedCallback(): void
  • A method that is called when all styles are properly added. There are three different timings it can fire:

    • If the URL instance is used, it will fire after all CSS files are loaded.
    • If the HTMLStyleElement is used and no URL instance exists, it will fire after the <style> tag is mounted.
    • If nothing above is used, it will fire immediately after the attachShadow is called.

    Returns void

Generated using TypeDoc