# Interface: PromiseExecutor<T>

configurator-core/src/roomle-configurator..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

# Defined in

packages/common-core/src/utils/waiter.ts:3 (opens new window)


# resolve

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

# Type declaration

▸ (value?): void

# Parameters
Name Type
value? T | PromiseLike<T>
# Returns

void

# Defined in

packages/common-core/src/utils/waiter.ts:2 (opens new window)