@dallaylaen/ski-interpreter
Preparing search index...
quest
Chapter
Class Chapter
Index
Constructors
constructor
Properties
content?
id?
intro?
name?
Methods
verify
Constructors
constructor
new
Chapter
(
options
:
{
content
?:
(
QuestSpec
|
Quest
)
[]
;
id
?:
string
|
number
;
intro
?:
string
|
string
[]
;
name
?:
string
;
}
,
)
:
Chapter
Parameters
options
:
{
content
?:
(
QuestSpec
|
Quest
)
[]
;
id
?:
string
|
number
;
intro
?:
string
|
string
[]
;
name
?:
string
;
}
Returns
Chapter
Properties
Optional
content
content
?:
Quest
[]
Optional
id
id
?:
string
|
number
Optional
intro
intro
?:
string
Optional
name
name
?:
string
Methods
verify
verify
(
options
:
QuestVerifyOptions
)
:
{
[
key
:
string
]:
unknown
}
Parameters
options
:
QuestVerifyOptions
Returns
{
[
key
:
string
]:
unknown
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
content
id
intro
name
Methods
verify
@dallaylaen/ski-interpreter
Loading...