@vivliostyle/core
Preparing search index...
types
Vtree
ShadowContext
Interface ShadowContext
Data about shadow tree instance.
interface
ShadowContext
{
owner
:
Element
;
parentShadow
:
Vtree
.
ShadowContext
;
root
:
Element
;
styler
:
CssStyler
.
AbstractStyler
;
subShadow
:
Vtree
.
ShadowContext
;
type
:
Vtree
.
ShadowType
;
xmldoc
:
XmlDoc
.
XMLDocHolder
;
equals
(
other
:
Vtree
.
ShadowContext
)
:
boolean
;
}
Implemented by
ShadowContext
Index
Properties
owner
parent
Shadow
root
styler
sub
Shadow
type
xmldoc
Methods
equals
Properties
Readonly
owner
owner
:
Element
Readonly
parent
Shadow
parentShadow
:
Vtree
.
ShadowContext
Readonly
root
root
:
Element
Readonly
styler
styler
:
CssStyler
.
AbstractStyler
sub
Shadow
subShadow
:
Vtree
.
ShadowContext
Readonly
type
type
:
Vtree
.
ShadowType
Readonly
xmldoc
xmldoc
:
XmlDoc
.
XMLDocHolder
Methods
equals
equals
(
other
:
Vtree
.
ShadowContext
)
:
boolean
Parameters
other
:
Vtree
.
ShadowContext
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
owner
parent
Shadow
root
styler
sub
Shadow
type
xmldoc
Methods
equals
@vivliostyle/core
Loading...
Data about shadow tree instance.