Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/view
ViewRelationInit
Interface ViewRelationInit<V>
Type parameters
V
:
View
=
View
Hierarchy
FastenerInit
ViewRelationInit
ViewRefInit
ViewSetInit
Index
Properties
affinity
binds
extends
inherits
lazy
name
observes
parent
View
static
type
Methods
create
View
deinit
View
detect
View
did
Attach
View
did
Bind
Super
Fastener
did
Detach
View
did
Inherit
did
Mount
did
Set
Affinity
did
Set
Inherits
did
Unbind
Super
Fastener
did
Uninherit
did
Unmount
from
Any
init
init
View
insert
Child
will
Attach
View
will
Bind
Super
Fastener
will
Detach
View
will
Inherit
will
Mount
will
Set
Affinity
will
Set
Inherits
will
Unbind
Super
Fastener
will
Uninherit
will
Unmount
Properties
Optional
affinity
affinity
:
number
Optional
binds
binds
:
boolean
Optional
extends
extends
:
null
|
string
|
boolean
|
{
prototype
:
ViewRelation
<
any
,
any
>
}
Optional
inherits
inherits
:
string
|
boolean
Optional
lazy
lazy
:
boolean
Optional
name
name
:
string
Optional
observes
observes
:
boolean
Optional
parent
View
parent
View
:
null
|
View
Optional
static
static
:
string
|
boolean
Optional
type
type
:
ViewFactory
<
V
,
AnyView
<
V
>
>
Methods
Optional
create
View
create
View
(
)
:
V
Returns
V
Optional
deinit
View
deinit
View
(
view
:
V
)
:
void
Parameters
view:
V
Returns
void
Optional
detect
View
detect
View
(
view
:
View
)
:
null
|
V
Parameters
view:
View
Returns
null
|
V
Optional
did
Attach
View
did
Attach
View
(
view
:
V
, targetView
:
null
|
View
)
:
void
Parameters
view:
V
targetView:
null
|
View
Returns
void
Optional
did
Bind
Super
Fastener
did
Bind
Super
Fastener
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
Optional
did
Detach
View
did
Detach
View
(
view
:
V
)
:
void
Parameters
view:
V
Returns
void
Optional
did
Inherit
did
Inherit
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
Optional
did
Mount
did
Mount
(
)
:
void
Returns
void
Optional
did
Set
Affinity
did
Set
Affinity
(
newAffinity
:
number
, oldAffinity
:
number
)
:
void
Parameters
newAffinity:
number
oldAffinity:
number
Returns
void
Optional
did
Set
Inherits
did
Set
Inherits
(
inherits
:
boolean
, superName
:
undefined
|
string
)
:
void
Parameters
inherits:
boolean
superName:
undefined
|
string
Returns
void
Optional
did
Unbind
Super
Fastener
did
Unbind
Super
Fastener
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
Optional
did
Uninherit
did
Uninherit
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
Optional
did
Unmount
did
Unmount
(
)
:
void
Returns
void
Optional
from
Any
from
Any
(
value
:
AnyView
<
V
>
)
:
V
Parameters
value:
AnyView
<
V
>
Returns
V
Optional
init
init
(
)
:
void
Returns
void
Optional
init
View
init
View
(
view
:
V
)
:
void
Parameters
view:
V
Returns
void
Optional
insert
Child
insert
Child
(
parent
:
View
, child
:
V
, targetView
:
null
|
View
, key
:
undefined
|
string
)
:
void
Parameters
parent:
View
child:
V
targetView:
null
|
View
key:
undefined
|
string
Returns
void
Optional
will
Attach
View
will
Attach
View
(
view
:
V
, targetView
:
null
|
View
)
:
void
Parameters
view:
V
targetView:
null
|
View
Returns
void
Optional
will
Bind
Super
Fastener
will
Bind
Super
Fastener
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
Optional
will
Detach
View
will
Detach
View
(
view
:
V
)
:
void
Parameters
view:
V
Returns
void
Optional
will
Inherit
will
Inherit
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
Optional
will
Mount
will
Mount
(
)
:
void
Returns
void
Optional
will
Set
Affinity
will
Set
Affinity
(
newAffinity
:
number
, oldAffinity
:
number
)
:
void
Parameters
newAffinity:
number
oldAffinity:
number
Returns
void
Optional
will
Set
Inherits
will
Set
Inherits
(
inherits
:
boolean
, superName
:
undefined
|
string
)
:
void
Parameters
inherits:
boolean
superName:
undefined
|
string
Returns
void
Optional
will
Unbind
Super
Fastener
will
Unbind
Super
Fastener
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
Optional
will
Uninherit
will
Uninherit
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
Optional
will
Unmount
will
Unmount
(
)
:
void
Returns
void
Modules
@swim/runtime
@swim/toolkit
@swim/ui
@swim/model
@swim/style
@swim/theme
@swim/view
@swim/dom
@swim/graphics
@swim/controller
@swim/ux
@swim/vis
@swim/maps
View
Relation
Init
affinity
binds
extends
inherits
lazy
name
observes
parent
View
static
type
create
View
deinit
View
detect
View
did
Attach
View
did
Bind
Super
Fastener
did
Detach
View
did
Inherit
did
Mount
did
Set
Affinity
did
Set
Inherits
did
Unbind
Super
Fastener
did
Uninherit
did
Unmount
from
Any
init
init
View
insert
Child
will
Attach
View
will
Bind
Super
Fastener
will
Detach
View
will
Inherit
will
Mount
will
Set
Affinity
will
Set
Inherits
will
Unbind
Super
Fastener
will
Uninherit
will
Unmount
Generated using
TypeDoc