Skip to content

@serenity-is/corelib / OptionAttribute

Class: OptionAttribute

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

Indicates that the property is an option. This is no longer used as JSX does not support it, but it is kept for backward compatibility.

Extends

Constructors

Constructor

new OptionAttribute(): OptionAttribute

Returns

OptionAttribute

Inherited from

CustomAttribute.constructor

Properties

[typeInfo]

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

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

Overrides

CustomAttribute.[typeInfo]