DelayedPromiseWithProps<TProps, TPayload> Type Alias

DelayedPromiseWithProps = Readonly<TProps> & DelayedPromise<TPayload>

Define the type of a DelayedPromiseWithProps instance

Defined in

DelayedPromiseWithProps Variable @beta

Type

DelayedPromiseWithPropsConstructor

Default Value

...``` ### Defined in - <span class="defined-in"><a href="https://github.com/iTwin/itwinjs-core/blob/9dcb6793009885ba13b4cb8260c594976733f0a4/core/ecschema-metadata/src/DelayedPromise.ts#L117" target="_blank">ecschema-metadata/src/DelayedPromise.ts</a></span> Line 117

Last Updated: 29 April, 2025