Documentation
    Preparing search index...

    Interface DatabaseTriggerType

    interface DatabaseTriggerType {
        event: BackendAction | BackendAction[];
        model: string;
        name: string;
        path: string;
        schema?: string;
        script: Function;
    }

    Hierarchy

    • GenericTriggerType
      • DatabaseTriggerType
    Index

    Properties

    model: string
    name: string
    path: string
    schema?: string
    script: Function