Skip to content

Latest commit

 

History

History
113 lines (52 loc) · 1.39 KB

kit.domproxyoptions.md

File metadata and controls

113 lines (52 loc) · 1.39 KB

Home > @holoflows/kit > DOMProxyOptions

DOMProxyOptions interface

Options for DOMProxy

Signature:

export interface DOMProxyOptions<Before extends Element = HTMLSpanElement, After extends Element = HTMLSpanElement> 

Properties

Property

Modifiers

Type

Description

afterShadowRootInit

ShadowRootInit

ShadowRootInit for creating the shadow of after

beforeShadowRootInit

ShadowRootInit

ShadowRootInit for creating the shadow of before

Methods

Method

Description

createAfter()

Create the after node of the DOMProxy

createBefore()

Create the before node of the DOMProxy