ReflectiveKey
ReflectiveKey
Experimental Class
Class Overview
class ReflectiveKey { static get(token: Object) : ReflectiveKey static numberOfKeys : number constructor(token: Object, id: number) token : Object id : number displayName : string }
Class Description
A unique object used for retrieving items from the ReflectiveInjector
.
Keys have:
- a system-wide unique
id
. - a
token
.
Key
is used internally by 登录查看完整内容