Skip to content

@serenity-is/corelib / IBooleanValue

Class: IBooleanValue

Table of contents

Constructors

Methods

Constructors

constructor

new IBooleanValue()

Methods

get_value

get_value(): boolean

Returns

boolean

Defined in

src/interfaces/ibooleanvalue.ts:8


set_value

set_value(value): void

Parameters

Name Type
value boolean

Returns

void

Defined in

src/interfaces/ibooleanvalue.ts:9