plannerjs - v0.4.1
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Index
Thing
View
constructor
add
Entity
add
Filter
add
Mapping
create
Result
Object
get
Contents
hide
Id
process
Type parameters
T
:
IEntity
Hierarchy
ThingView
<
T
>
IndexThingView
Index
Constructors
constructor
Methods
add
Entity
add
Filter
add
Mapping
create
Result
Object
get
Contents
hide
Id
process
Constructors
constructor
new
Index
Thing
View
(
entityType
:
function
)
:
IndexThingView
Parameters
entityType:
function
(
id
?:
string
)
:
T
Parameters
Optional
id:
string
Returns
T
Returns
IndexThingView
Methods
add
Entity
add
Entity
(
entity
:
T
)
:
void
Parameters
entity:
T
Returns
void
add
Filter
add
Filter
(
fn
:
function
)
:
void
Parameters
fn:
function
(
Entity
:
any
)
:
boolean
Parameters
Entity:
any
Returns
boolean
Returns
void
add
Mapping
add
Mapping
(
from
:
any
, to
:
any
, view
?:
ThingView
<
any
>
)
:
void
Parameters
from:
any
to:
any
Optional
view:
ThingView
<
any
>
Returns
void
create
Result
Object
create
Result
Object
(
)
:
IThingViewResult
<
T
>
Returns
IThingViewResult
<
T
>
get
Contents
get
Contents
(
)
:
T
|
IEntityMap
<
T
>
Returns
T
|
IEntityMap
<
T
>
hide
Id
hide
Id
(
)
:
void
Returns
void
process
process
(
entity
:
IEntity
)
:
T
Parameters
entity:
IEntity
Returns
T
Generated using
TypeDoc