Skip to content
Docs Try Aspire

AspireDict.toObject

Method
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface AspireDict {
// ... omitted for brevity
toObject(): Promise<Record<string, V>>;
}

Signature

method toObject
Converts the dictionary to a plain object (creates a copy)
toObject(): Promise<Record<string, V>>
Promise<Record<string, V>>

Defined on

This method is defined on the following type: