Skip to content

Home > @unseenco/backstage-dataverse > Ticker > (constructor)

Ticker.(constructor)

Constructs a new instance of the Ticker class

Signature:

typescript
constructor(_conf?: {
        onDormant?: (() => void) | undefined;
        onActive?: (() => void) | undefined;
    } | undefined);

Parameters

ParameterTypeDescription
_conf{ onDormant?: (() => void) \undefined; onActive?: (() => void) | undefined; } | undefined