@serenity-is/corelib / OptionAttribute

Class: OptionAttribute

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

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:55

Overrides

CustomAttribute.[typeInfo]