interface Choice {
    do?: Code;
    text: string;
    type: "choice";
}

Hierarchy (view full)

Properties

Properties

do?: Code

onClick

Default

$adv.nav.next()
text: string
type: "choice"

Generated using TypeDoc