Survei Riset: Ceritakan pengalaman Anda dengan Blockly
Mulai survei
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
blockly > FieldLabelSerializable > (konstruktor)
FieldLabelSerializable.(constructor)
Membuat instance baru dari class FieldLabelSerializable
Tanda Tangan:
constructor(value?: string, textClass?: string, config?: FieldLabelConfig);
Parameter
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-10-15 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-10-15 UTC."],[[["The `FieldLabelSerializable` constructor creates a new field instance for displaying non-editable text."],["It accepts optional parameters for initial value (`value`), CSS class (`textClass`), and field configuration (`config`)."],["The `value` parameter sets the initial text content, defaulting to an empty string if not provided."],["`config` allows further customization using properties defined in the FieldLabelConfig interface."]]],["The `FieldLabelSerializable` class constructor creates a new field instance. It accepts three optional parameters: `value` (initial field value, defaulting to an empty string), `textClass` (CSS class for the field's text), and `config` (a map of configuration options). The `config` parameter's supported properties are detailed in the field creation documentation. These parameters are used to initialize the properties of the created field.\n"]]