Search
Preparing search index...
The search index is not available
review.js
Options
Inherited
Private
Externals
Only exported
Menu
Globals
ReVIEW
ContentStructure
Class ContentStructure
生の設定ファイルでの本の構成情報を画一的なフォーマットに変換し保持するためのクラス。
Index
Constructor methods
constructor
Properties
chapter
part
Methods
create
Chapter
create
Part
Constructor methods
constructor
constructor
(
part
:
IConfigPart
, chapter
:
IConfigChapter
)
:
ContentStructure
Parameters
part:
IConfigPart
chapter:
IConfigChapter
Returns
ContentStructure
Properties
chapter
chapter
:
IConfigChapter
part
part
:
IConfigPart
Methods
static
create
Chapter
create
Chapter
(
file
:
string
)
:
ContentStructure
create
Chapter
(
chapter
:
IConfigChapter
)
:
ContentStructure
Parameters
file:
string
Returns
ContentStructure
Parameters
chapter:
IConfigChapter
Returns
ContentStructure
static
create
Part
create
Part
(
part
:
IConfigPart
)
:
ContentStructure
Parameters
part:
IConfigPart
Returns
ContentStructure
Globals
ReVIEW
ReVIEW.
Build
ReVIEW.
Exec
ReVIEW.IO
ReVIEW.
Parse
ReVIEW.i18n
Content
Structure
constructor
chapter
part
create
Chapter
create
Part
Generated using
TypeDoc
生の設定ファイルでの本の構成情報を画一的なフォーマットに変換し保持するためのクラス。