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
Name
Type
reason?
any
Returns
void
resolve
• resolve: (value?: T | PromiseLike<T>) => void
Type declaration
▸ (value?): void
Parameters
Name
Type
value?
T | PromiseLike<T>
Returns
void
Last updated