@tempots/ui

Ticker class

A property that can be used to force an update. Internally, it's a number that is incremented by one on each tick. Extends the Prop class with a number value.

It can be used as a counter Signal.

Signature:

declare class Ticker extends Prop<number> 

Extends: Prop<number>

Properties

Property

Modifiers

Type

Description

tick

readonly

() => void

Triggers an update of the Ticker by incrementing its internal value.