OPEN_GRID API - v1.3.1
    Preparing search index...

    Type Alias TriggerHandler<TResult>

    TriggerHandler: (ctx: TriggerContext<TResult>) => void

    트리거로 등록하는 핸들러 함수의 형태입니다. 작업의 맥락(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.

    Type Parameters

    • TResult = any

    Type Declaration