Survei Riset: Ceritakan pengalaman Anda dengan Blockly
Mulai survei
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
blockly > fieldRegistry > TEST_ONLY
Variabel fieldRegistry.TEST_ONLY
Tanda Tangan:
TEST_ONLY: {
fromJsonInternal: typeof fromJsonInternal;
}
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-11-04 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-11-04 UTC."],[[["`TEST_ONLY` is a variable within the `fieldRegistry` namespace."],["It exposes an internal function `fromJsonInternal` for testing purposes."],["This variable is primarily intended for internal use and testing within the Blockly library."]]],["The `fieldRegistry.TEST_ONLY` variable contains a single property: `fromJsonInternal`. This property is a function (`typeof fromJsonInternal`) designed for internal testing purposes. Its presence within `fieldRegistry` indicates its function in the context of registering and managing fields, likely with regards to their instantiation or configuration from JSON data during testing scenarios. The variable is exclusively for internal use.\n"]]