14 Matching Annotations
  1. Apr 2020
  2. Nov 2019
  3. Oct 2019
    1. "Element" SelectorsEach component has a data-reach-* attribute on the underlying DOM element that you can think of as the "element" for the component.
  4. Sep 2019
  5. Aug 2019
  6. Oct 2015
  7. Sep 2015
    1. @private global variables and functions are only accessible to code in the same file.

      This is largely obsolete with CommonJS modules. TypeScript goes further and adds class-private variables.