(name: K)
| 516 | toJSON(options?: IJSONOptions): IUIJSONData |
| 517 | |
| 518 | get<K extends keyof this>(name: K): this[K] |
| 519 | get<K extends keyof this>(name?: K[] | IUIInputData): IUIInputData |
| 520 | |
| 521 | createProxyData(): IUIInputData |
no outgoing calls
no test coverage detected