blockly >FieldLabelSerializable >(构造函数)
FieldLabelSerializable.(constructor)
构造 FieldLabelSerializable
类的新实例
Signature:
constructor(value?: string, textClass?: string, config?: FieldLabelConfig);
参数
参数 | 类型 | 说明 |
---|---|---|
值 | 字符串 | (可选)字段的初始值。应转换为字符串。如果为 null 或未定义,则默认为空字符串。 |
textClass | 字符串 | (可选)用于字段文本的可选 CSS 类。 |
config | FieldLabelConfig | (可选)用于配置该字段的选项映射。如需查看此参数支持的属性列表,请参阅 [字段创建文档]https://developers.google.com/blockly/guides/create-custom-blocks/fields/built-in-fields/label-serializable#creation。 |