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
| Parameter | Type | Description |
|---|---|---|
| _conf | { onDormant?: (() => void) \ | undefined; onActive?: (() => void) | undefined; } | undefined |