We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getClass()
FieldColour
1 parent c75ead2 commit f5a577bCopy full SHA for f5a577b
1 file changed
plugins/field-colour/src/field_colour.ts
@@ -731,6 +731,15 @@ export class FieldColour extends Blockly.Field<string> {
731
// the static fromJson method.
732
return new this(options.colour, undefined, options);
733
}
734
+
735
+ /**
736
+ * Returns the class of this field.
737
+ *
738
+ * @returns FieldColour.
739
+ */
740
+ getClass() {
741
+ return FieldColour;
742
+ }
743
744
745
/** The default value for this field. */
0 commit comments