트리거로 등록하는 핸들러 함수의 형태입니다. 작업의 맥락(TriggerContext)을 인자로 받아,
작업 전이라면 검증·취소하고 작업 후라면 결과를 확인하는 등의 일을 합니다.
The shape of a handler you register as a trigger. It receives the operation's context
(TriggerContext) — validate/cancel before, or inspect the result after.
트리거로 등록하는 핸들러 함수의 형태입니다. 작업의 맥락(TriggerContext)을 인자로 받아, 작업 전이라면 검증·취소하고 작업 후라면 결과를 확인하는 등의 일을 합니다.
The shape of a handler you register as a trigger. It receives the operation's context (TriggerContext) — validate/cancel before, or inspect the result after.
トリガーとして登録するハンドラー関数の形です。作業のコンテキスト(TriggerContext)を引数に受け取り、 作業の前なら検証・キャンセルし、作業の後なら結果を確認するなどのことをします。
注册为触发器的处理函数的形态。它以操作的上下文(TriggerContext)为参数, 在操作前做校验、取消,在操作后查看结果等。