Search
Preparing search index...
The search index is not available
review.js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"controller/ConfigRaw"
ReVIEW
BookStructure
Class BookStructure
生の設定ファイルでの本の構成情報を画一的なフォーマットに変換し保持するためのクラス。
Hierarchy
BookStructure
Index
Constructors
constructor
Properties
appendix
contents
postdef
predef
Methods
create
Book
Constructors
constructor
new
Book
Structure
(
predef
:
ContentStructure
[]
, contents
:
ContentStructure
[]
, appendix
:
ContentStructure
[]
, postdef
:
ContentStructure
[]
)
:
BookStructure
Parameters
predef:
ContentStructure
[]
contents:
ContentStructure
[]
appendix:
ContentStructure
[]
postdef:
ContentStructure
[]
Returns
BookStructure
Properties
appendix
appendix
:
ContentStructure
[]
contents
contents
:
ContentStructure
[]
postdef
postdef
:
ContentStructure
[]
predef
predef
:
ContentStructure
[]
Methods
Static
create
Book
create
Book
(
config
:
IConfigBook
)
:
BookStructure
Parameters
config:
IConfigBook
Returns
BookStructure
Globals
"
Main"
"builder/
Builder"
"builder/
Html
Builder"
"builder/
Text
Builder"
"controller/
Config"
"controller/
Config
Raw"
ReVIEW
"controller/
Controller"
"i18n/en"
"i18n/i18n"
"i18n/ja"
"model/
Compiler
Model"
"parser/
Analyzer"
"parser/
Parser"
"parser/
Preprocessor"
"parser/
Validator"
"parser/
Walker"
"utils/
Polyfill"
"utils/
Utils"
Book
Structure
constructor
appendix
contents
postdef
predef
create
Book
Content
Structure
IConfig
Book
IConfig
Chapter
IConfig
Listener
IConfig
Part
IConfig
Part
OrChapter
IConfig
Raw
IOptions
Generated using
TypeDoc
生の設定ファイルでの本の構成情報を画一的なフォーマットに変換し保持するためのクラス。