- ValueRef<T>(getOptions: (() => readonly (readonly [string, string] | readonly [string, string, undefined | string])[]), resolveRef: ((ref: string) => T), info?: Info & { defaultRef?: string }): <internal>.ValueRef<T>
-
Parameters
-
getOptions: (() => readonly (readonly [string, string] | readonly [string, string, undefined | string])[])
-
- (): readonly (readonly [string, string] | readonly [string, string, undefined | string])[]
-
Returns readonly (readonly [string, string] | readonly [string, string, undefined | string])[]
-
resolveRef: ((ref: string) => T)
-
- (ref: string): T
-
Returns T
-
Optional
info: Info & { defaultRef?: string }