Heroic Lands
Home
Thalorna
Blog
Projects
Song of Heroic Lands
HârnMaster 3
Modules
API Documentation
KnowledgeBase
License
Preparing search index...
The search index is not available
Song of Heroic Lands API - v0.8.2
Song of Heroic Lands API
sohl
entity
tour
TOUR_STEP_KIND
Variable TOUR_STEP_KIND
Const
TOUR_STEP_KIND
:
{
FREE
:
"free"
;
STATE_GATE
:
"state-gate"
;
VALUE_GATE
:
"value-gate"
;
}
= ...
The kinds of tour step.
free
— advances on
Next
regardless of what the user typed or chose.
value-gate
—
Next
stays disabled until a target control holds the required value.
state-gate
—
Next
stays disabled until a predicate over document/DOM
state
passes (an item equipped, strike modes now present, …).
Type declaration
Readonly
FREE
:
"free"
Readonly
STATE_GATE
:
"state-gate"
Readonly
VALUE_GATE
:
"value-gate"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Song of Heroic Lands API - v0.8.2
Loading...
The kinds of tour step.
free— advances on Next regardless of what the user typed or chose.value-gate— Next stays disabled until a target control holds the required value.state-gate— Next stays disabled until a predicate over document/DOM state passes (an item equipped, strike modes now present, …).