blockly > Field > SKIP_SETUP
Field.SKIP_SETUP property
A value used to signal when a field's constructor should *not* set the field's value or run configure_, and should allow a subclass to do that instead.
Signature:
static readonly SKIP_SETUP: unique symbol;
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."],[[["`Field.SKIP_SETUP` is a static property that signals a field's constructor to skip default setup procedures."],["This property is utilized by subclasses to implement custom field initialization and configuration."],["Its value is a unique symbol, indicating its intended use as a flag for internal logic."]]],[]]