Variable: TEST_ONLY
const TEST_ONLY: object;
Defined in: packages/blockly/core/field_registry.ts:113
Type Declaration
fromJsonInternal
fromJsonInternal: <T>(options) => Field<T> | null;
Private version of fromJson for stubbing in tests.
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
options | RegistryOptions |
Returns
Field<T> | null