Stay organized with collections
Save and categorize content based on your preferences.
blockly > FieldVariableConfig > defaultType
FieldVariableConfig.defaultType property
Signature:
defaultType?: string;
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."],[[["`defaultType` is an optional property of the `FieldVariableConfig` interface."],["It specifies the default variable type for the field and is represented as a string."]]],["The `defaultType` property, part of the `FieldVariableConfig` interface, is an optional string. Its signature is defined as `defaultType?: string;`, indicating that it can hold a string value or be undefined. This property likely specifies a default data type for a variable within a visual programming environment.\n"]]