blockly > Zdarzenia > COMMENT_DELETE
Podpis:
COMMENT_DELETE = "comment_delete"
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-22 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-22 UTC."],[[["`COMMENT_DELETE` is a constant string representing the event type for when a comment is deleted within Blockly."],["This event is part of Blockly's Events namespace and is used to track and manage changes to comments in workspaces."],["The value of `COMMENT_DELETE` is \"comment_delete\", which is used to identify this specific event type."]]],["The core content defines `COMMENT_DELETE` as a variable within the `Events` namespace, specifically under the `blockly` context. This variable, represented by the string \"comment_delete\", signifies the event of a comment being deleted. It serves as an identifier for this particular event type within the Blockly environment.\n"]]