Stay organized with collections
Save and categorize content based on your preferences.
blockly > Field > maxDisplayLength
Field.maxDisplayLength property
Maximum characters of text to display before adding an ellipsis.
Signature:
maxDisplayLength: number;
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThe \u003ccode\u003emaxDisplayLength\u003c/code\u003e property dictates the maximum number of characters displayed in a Blockly Field before an ellipsis appears.\u003c/p\u003e\n"],["\u003cp\u003eThis property helps control the visual length of text within fields, improving readability and layout in Blockly workspaces.\u003c/p\u003e\n"],["\u003cp\u003eIt is represented by a numerical value signifying the character limit.\u003c/p\u003e\n"]]],["The `Field.maxDisplayLength` property defines the maximum number of characters displayed for a text field. If the text exceeds this limit, an ellipsis (...) is appended to indicate truncation. This property accepts a numerical value representing the maximum allowable character count before the ellipsis is added. It controls how much of the field's text is visibly shown within its designated display area.\n"],null,["[blockly](./blockly.md) \\\u003e [Field](./blockly.field_class.md) \\\u003e [maxDisplayLength](./blockly.field_class.maxdisplaylength_property.md)\n\nField.maxDisplayLength property\n-------------------------------\n\nMaximum characters of text to display before adding an ellipsis.\n\n**Signature:** \n\n maxDisplayLength: number;"]]