Survei Riset: Ceritakan pengalaman Anda dengan Blockly
Mulai survei
blockly > FieldImageFromJsonConfig > tinggi
Properti FieldImageFromJsonConfig.height
Tanda Tangan:
height?: number;
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-09-12 UTC.
[null,null,["Terakhir diperbarui pada 2024-09-12 UTC."],[[["`height` is an optional property of the `FieldImageFromJsonConfig` interface in Blockly."],["It defines the height of the image in pixels and is of type number."],["If not specified, a default height will likely be used."]]],["The `FieldImageFromJsonConfig.height` property, within the Blockly library, is defined. Its signature indicates it is an optional numeric property (`number?`). This property likely represents the height of an image field when configuring it from JSON, allowing for specification of the image's vertical dimension. It being optional means the height can be omitted in configuration, potentially defaulting to another value.\n"]]