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"
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
:
ConfigBook
)
:
BookStructure
Parameters
config:
ConfigBook
Returns
BookStructure
Globals
"builder/builder"
"builder/html
Builder"
"builder/text
Builder"
"controller/config"
"controller/config
Raw"
"controller/controller"
"i18n/en"
"i18n/i18n"
"i18n/ja"
"index"
"js/exception"
"model/compiler
Model"
"parser/analyzer"
"parser/parser"
"parser/preprocessor"
"parser/validator"
"parser/walker"
"peg/action"
"utils/polyfill"
"utils/utils"
Book
Structure
constructor
appendix
contents
postdef
predef
create
Book
Content
Structure
Config
Book
Config
Chapter
Config
Listener
Config
Part
Config
Part
OrChapter
Config
Raw
Options
Generated using
TypeDoc
生の設定ファイルでの本の構成情報を画一的なフォーマットに変換し保持するためのクラス。