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

Last Updated: 10 June, 2025