@vivliostyle/core
Preparing search index...
vtree
ShadowContext
Class ShadowContext
Data about shadow tree instance.
Implements
Vtree
.
ShadowContext
Index
Constructors
constructor
Properties
owner
parent
Shadow
root
styler
sub
Shadow
type
xmldoc
Methods
equals
Constructors
constructor
new
ShadowContext
(
owner
:
Element
,
root
:
Element
,
xmldoc
:
XmlDoc
.
XMLDocHolder
,
parentShadow
:
ShadowContext
,
superShadow
:
ShadowContext
,
type
:
Vtree
.
ShadowType
,
styler
:
CssStyler
.
AbstractStyler
,
)
:
ShadowContext
Parameters
owner
:
Element
root
:
Element
xmldoc
:
XmlDoc
.
XMLDocHolder
parentShadow
:
ShadowContext
superShadow
:
ShadowContext
type
:
Vtree
.
ShadowType
styler
:
CssStyler
.
AbstractStyler
Returns
ShadowContext
Properties
Readonly
owner
owner
:
Element
Readonly
parent
Shadow
parentShadow
:
ShadowContext
Readonly
root
root
:
Element
Readonly
styler
styler
:
CssStyler
.
AbstractStyler
sub
Shadow
subShadow
:
ShadowContext
= null
Readonly
type
type
:
Vtree
.
ShadowType
Readonly
xmldoc
xmldoc
:
XmlDoc
.
XMLDocHolder
Methods
equals
equals
(
other
:
ShadowContext
)
:
boolean
Parameters
other
:
ShadowContext
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
owner
parent
Shadow
root
styler
sub
Shadow
type
xmldoc
Methods
equals
@vivliostyle/core
Loading...
Data about shadow tree instance.