blockly > registre > TEST_ONLY
Variable Registry.TEST_ONLY
Signature :
TEST_ONLY: {
typeMap: {
[key: string]: {
[key: string]: any;
};
};
}
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/09/12 (UTC).
[null,null,["Dernière mise à jour le 2024/09/12 (UTC)."],[[["`TEST_ONLY` is a variable within the Blockly registry namespace and serves as a map for storing testing-specific data."],["The `typeMap` within `TEST_ONLY` organizes data based on different types and further uses keys for storing specific values."],["This structure is intended for internal testing purposes within Blockly and is not exposed or utilized in regular usage."]]],["The `registry.TEST_ONLY` variable, within the Blockly environment, is defined. It's a structure with a `typeMap` property. This `typeMap` is an object, where each key is a string. Each of these keys maps to another object, where keys are also strings, and their values can be of any type. This `TEST_ONLY` structure seems to provide a map used during testing.\n"]]