blockly > blockRendering > ConstantProvider > disabledPatternId
Eigenschaft blockRendering.ConstantProvider.DisabledPatternId
Die ID des deaktivierten Musters oder der leere String, wenn kein Muster festgelegt ist.
Unterschrift:
disabledPatternId: string;
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-22 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-08-22 (UTC)."],[[["`disabledPatternId` is a property of the `ConstantProvider` class within the `blockRendering` namespace of Blockly."],["It stores the ID of the pattern used to visually represent disabled blocks, defaulting to an empty string if no pattern is set."],["This property's value is a string representing the ID of the desired pattern."]]],["The `disabledPatternId` property, found within the `blockRendering.ConstantProvider` class, stores the ID of a disabled pattern. If no pattern is defined, this property contains an empty string. This property's data type is a string and is used to identify the visual pattern applied to represent disabled elements.\n"]]