Bắt buộc. Tên của tham số cần thay đổi. Giá trị này phải: * ít hơn 40 ký tự. * là duy nhất trên tất cả các trường hợp sửa đổi trong quy tắc * chỉ bao gồm chữ cái, chữ số hoặc _ (dấu gạch dưới) Đối với quy tắc chỉnh sửa sự kiện, tên cũng có thể được đặt thành "eventName" để sửa đổi eventName tại chỗ.
parameterValue
string
Bắt buộc. Lần thay đổi giá trị cần thực hiện. * Phải dưới 100 ký tự. * Để chỉ định giá trị không đổi cho thông số, hãy sử dụng chuỗi của giá trị. * Để sao chép giá trị từ một tham số khác, hãy sử dụng cú pháp như "[[other_parameter]]" Để biết thêm thông tin, hãy xem bài viết này trong trung tâm trợ giúp.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["Defines an event parameter for mutation using JSON representation with `parameter` and `parameterValue` fields."],["`parameter` specifies the event parameter's name for mutation, adhering to specific length, uniqueness, and character constraints."],["`parameterValue` defines the mutation, either as a constant string value or by copying from another parameter using a specific syntax."]]],["The provided JSON structure defines event parameter mutations, requiring a `parameter` name and its `parameterValue`. The `parameter` must be a unique string (under 40 characters), containing letters, digits, or underscores; 'eventName' is also acceptable for event edits. `parameterValue` (under 100 characters) can be a constant string or reference another parameter using the format \"\\[\\[other_parameter\\]\\]\". This controls how an event's parameter should be changed.\n"]]