Skip to content

Latest commit

 

History

History
90 lines (51 loc) · 2.07 KB

shadow.md

File metadata and controls

90 lines (51 loc) · 2.07 KB

selenidejsShadow

Class: Shadow

Hierarchy

  • Shadow

Index

Constructors

Properties

Methods

Constructors

constructor

+ new Shadow(context: Element, configuration: Configuration): Shadow

Defined in lib/shadow.ts:25

Parameters:

Name Type
context Element
configuration Configuration

Returns: Shadow

Properties

configuration

configuration: Configuration

Defined in lib/shadow.ts:26


Private context

context: Element

Defined in lib/shadow.ts:26

Methods

all

all(located: string | By | object, customized?: Partial‹Configuration›): Collection

Defined in lib/shadow.ts:47

Parameters:

Name Type
located string | By | object
customized? Partial‹Configuration

Returns: Collection


element

element(located: string | By‹› | object, customized?: Partial‹Configuration›): Element

Defined in lib/shadow.ts:30

Parameters:

Name Type
located string | By‹› | object
customized? Partial‹Configuration

Returns: Element