codemelted.js Module
    Preparing search index...

    Type Alias CHtmlComponentCB

    CHtmlComponentCB: () => void

    A generalized callback for the void no parameter CHtmlComponent class. Allows for the constructor to define these callbacks and the base class to invoke them allowing for a cleaner definition of the implementing HTML custom component.

    Type Declaration

      • (): void
      • Returns void