mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
chore: fix docs in FieldImage (#7403)
This commit is contained in:
@@ -79,9 +79,7 @@ export abstract class Field<T = any>
|
||||
* the prototype.
|
||||
*
|
||||
* Example:
|
||||
* ```typescript
|
||||
* FieldImage.prototype.DEFAULT_VALUE = null;
|
||||
* ```
|
||||
* `FieldImage.prototype.DEFAULT_VALUE = null;`
|
||||
*/
|
||||
DEFAULT_VALUE: T | null = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user