Search
Preparing search index...
The search index is not available
Packadic API Documentation
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
packadic
components
Component
Class Component
Components are used to seperate application logic.
class
Component
Hierarchy
Component
Implements
IExtension
Index
Constructors
constructor
Properties
app
components
name
Accessors
config
Methods
_boot
_booted
_init
_make
boot
booted
init
make
Constructors
constructor
new
Component
(
name
:
string
, components
:
Components
, app
:
Application
)
:
Component
Parameters
name:
string
components:
Components
app:
Application
Returns
Component
Properties
app
app
:
Application
components
components
:
Components
name
name
:
string
Accessors
config
get
config
(
)
:
IConfigProperty
Returns
IConfigProperty
Methods
Private
_boot
_boot
(
)
:
void
Returns
void
Private
_booted
_booted
(
)
:
void
Returns
void
Private
_init
_init
(
)
:
void
Returns
void
Private
_make
_make
(
)
:
void
Returns
void
Protected
boot
boot
(
)
:
void
Returns
void
Protected
booted
booted
(
)
:
void
Returns
void
Protected
init
init
(
)
:
void
Returns
void
Protected
make
make
(
)
:
void
Returns
void
Globals
Internals
"underscore.string"
packadic
components
plugins
storage
util
Externals
"async"
"bootstrap"
"eventemitter2"
"highlight.js"
"jquery"
"lodash"
JQueryUI
_
Component
constructor
app
components
name
config
_boot
_booted
_init
_make
boot
booted
init
make
Components
IExtension
IExtension
Class
Components are used to seperate application logic.
Component