Belin.io Core
    Preparing search index...

    Class Clock

    A controller managing a clock.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Creates a new clock controller.

      Parameters

      • host: ReactiveControllerHost

        The host element.

      • timeout: number = 1

        The timer delay, in seconds.

      Returns Clock

    Properties

    value: Date = ...

    The clock value.

    Methods

    • Method invoked when the host element is connected.

      Returns void

    • Method invoked when the host element is disconnected.

      Returns void