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

Last Updated: 16 June, 2025