Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
блочно > Блокировать > isInMutator
Свойство Block.isInMutator
Подпись:
isInMutator: boolean;
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-24 UTC."],[[["`isInMutator` is a property of the `Block` class in Blockly that indicates whether the block is currently inside a mutator."],["This property's value is a boolean, where `true` signifies the block's presence within a mutator and `false` indicates it is not."]]],["The `Block.isInMutator` property is a boolean value associated with a Block object. This property indicates whether the block is currently within a mutator workspace. If `isInMutator` is `true`, the block resides inside a mutator; if `false`, it is not. This is useful for determining the block's operational context within the Blockly environment.\n"]]