blockly > Field > createBorderRect_
Field.createBorderRect_() method
Create a field border rect element. Not to be overridden by subclasses. Instead modify the result of the function inside initView, or create a separate function to call.
Signature:
protected createBorderRect_(): void;
Returns:
void
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."],[[["The `createBorderRect_` method generates the rectangular border element for a Blockly field."],["Subclasses shouldn't override this method but can customize the border's appearance by modifying its result within `initView` or by implementing a separate function."],["This method doesn't return any value (void)."]]],[]]