RoomleConfigurator.Internal.PromiseExecutor

configurator-core/src/roomle-configurator.internal.PromiseExecutor

Type parameters

Name

T

Table of contents

Properties

Properties

reject

reject: (reason?: any) => void

Type declaration

▸ (reason?): void

Parameters

NameType

reason?

any

Returns

void


resolve

resolve: (value?: T | PromiseLike<T>) => void

Type declaration

▸ (value?): void

Parameters

NameType

value?

T | PromiseLike<T>

Returns

void

Last updated