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/82a525d81a5e7d737cb6b52c0f68d84317e07155/core/ecschema-metadata/src/DelayedPromise.ts#L117" target="_blank">ecschema-metadata/src/DelayedPromise.ts</a></span> Line 117

Last Updated: 30 April, 2025