blockly > COLLAPSE_CHARS
Variável COLLAPSE_CHARS
Signature:
COLLAPSE_CHARS = 30
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-08-21 UTC.
[null,null,["Última atualização 2024-08-21 UTC."],[[["`COLLAPSE_CHARS` is a variable within Blockly."],["It's set to a value of 30 and likely determines the character threshold for text collapsing."],["When text exceeds this limit, Blockly will likely truncate it and provide a visual cue for expansion."]]],["The `COLLAPSE_CHARS` variable, found within the Blockly context, is defined and assigned a value. Specifically, this variable is a constant set to the integer value of 30. This indicates a limit related to collapsing or truncating text, likely within the Blockly visual programming environment. Its purpose is to define the maximum number of characters allowed before an element is collapsed.\n"]]