Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DetectorState

import type { DetectorState } from "https://aws-api.deno.dev/v0.4/services/ioteventsdata.ts?docs=full";

Information about the current state of the detector instance.

interface DetectorState {
stateName: string;
timers: Timer[];
variables: Variable[];
}

§Properties

§
stateName: string
[src]

The name of the state.

§
timers: Timer[]
[src]

The current state of the detector's timers.

§
variables: Variable[]
[src]

The current values of the detector's variables.