blockly > Names > getUserNames
Names.getUserNames() method
Return a list of all known user-created names of a specified name type.
Signature:
getUserNames(type: NameType | string): string[];
Parameters
Parameter |
Type |
Description |
type |
NameType | string |
The type of entity in Blockly ('VARIABLE', 'PROCEDURE', 'DEVELOPER_VARIABLE', etc...). |
Returns:
string[]
A list of Blockly entity names (no constraints).
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 `getUserNames` method retrieves a list of all user-created names for a given type in Blockly."],["It accepts a `type` parameter, specifying the entity type like 'VARIABLE' or 'PROCEDURE', and returns an array of names as strings."]]],[]]