blockly > Events > CommentBase > CommentCreateDeleteHelper

Méthode Events.CommentBase.CommentCreateDeleteHelper()

Fonction d'assistance pour Comment[Create|Delete]

Signature :

static CommentCreateDeleteHelper(event: CommentCreate | CommentDelete, create: boolean): void;

Paramètres

Paramètres Type Description
event CommentCreate | CommentDelete Événement à exécuter.
créer boolean Si "True" puis "Créer", si "False" puis "Supprimer"

Renvoie :

void