blockly > FieldImageConfig > flipRtl
FieldImageConfig.flipRtl property
Signature:
flipRtl?: boolean;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 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"]]