Event that fires when walk started.

interface WalkStartEvent {
    type: "walkstart";
}

Properties

Properties

type: "walkstart"

Event type.