Skip to content

Home > @zero-dim/core > GlobalInstanceType

GlobalInstanceType interface

全局实例类型

Signature:

typescript
export interface GlobalInstanceType

Properties

Property

Modifiers

Type

Description

getInstanceFromKey

(key: string) => void

setInstance

(key: string, value: any) => void

value?

Ref<Record<string, any>>

(Optional)