Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > blockRendering > Field > flipRtl
Propiedad blockRendering.Field.flipRtl
Signature:
flipRtl: boolean;
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-11-08 (UTC)
[null,null,["Última actualización: 2024-11-08 (UTC)"],[[["`flipRtl` is a property of the `blockRendering.Field` class in Blockly, indicating whether the field should be flipped horizontally in right-to-left (RTL) contexts."],["This boolean property helps in adapting the visual layout of fields within blocks for languages with RTL reading directions."]]],["The `flipRtl` property, found within the `blockRendering.Field` class, is a boolean value. This property indicates whether the field's rendering should be flipped when the text direction is right-to-left (RTL). It controls the visual orientation of the field's content based on the language's reading direction. A `true` value indicates that the content is mirrored for right to left text.\n"]]