blockly > FieldImageConfig > flipRtl
FieldImageConfig.flipRtl mülkü
İmza:
flipRtl?: boolean;
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-10-15 UTC.
[null,null,["Son güncelleme tarihi: 2024-10-15 UTC."],[[["`flipRtl` is an optional property of the `FieldImageConfig` interface in Blockly."],["This property determines whether the image should be flipped horizontally in right-to-left (RTL) contexts."],["When set to `true`, the image will be flipped; otherwise, or if left undefined, it retains its original orientation."]]],["The `flipRtl` property, found within the `FieldImageConfig` interface, is a boolean value. It determines whether an image should be flipped when the layout is right-to-left (RTL). The property is optional, indicated by the `?` in its signature. This suggests a default behavior if the property is not explicitly defined.\n"]]