@serenity-is/corelib / EditorTypeAttribute

Class: EditorTypeAttribute

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EditorTypeAttribute(editorType): EditorTypeAttribute

Parameters

Name Type
editorType string

Returns

EditorTypeAttribute

Overrides

EditorTypeAttributeBase.constructor

Defined in

src/types/attributes.ts:75

Properties

editorType

editorType: string

Inherited from

EditorTypeAttributeBase.editorType

Defined in

src/types/attributes.ts:64

Methods

setParams

setParams(editorParams): void

Parameters

Name Type
editorParams any

Returns

void

Inherited from

EditorTypeAttributeBase.setParams

Defined in

src/types/attributes.ts:67