API ReferenceGlobalsAsyncWaiter

# Interface: AsyncWaiter

# Hierarchy

  • AsyncWaiter

# Index

# Properties

# Properties

# reject

reject: function

Defined in packages/configurator-core/src/utils/async-helper.ts:11

# Type declaration:

▸ (): void


# resolve

resolve: function

Defined in packages/configurator-core/src/utils/async-helper.ts:10

# Type declaration:

▸ (value: any): void

Parameters:

Name Type
value any