@serenity-is/corelib / ElementAttribute

Class: ElementAttribute

Defined in: src/types/attributes.ts:17

Indicates the element type of a widget like "div", "span" etc.

Extends

Constructors

Constructor

new ElementAttribute(value): ElementAttribute

Defined in: src/types/attributes.ts:20

Parameters

value

string

Returns

ElementAttribute

Overrides

CustomAttribute.constructor

Properties

value

value: string

Defined in: src/types/attributes.ts:20


[typeInfo]

static [typeInfo]: ClassTypeInfo<"Serenity.">

Defined in: src/types/attributes.ts:18

Overrides

CustomAttribute.[typeInfo]