סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > FieldImageConfig > flipRtl
המאפיין FieldImageConfig.flipRtl
Signature:
flipRtl?: boolean;
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-10-15 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]