SheetXL - v0.3.20
    Preparing search index...

    Interface Operation<PARAMS>

    When the first transaction this will contain the name of parameters of the input

    interface Operation<PARAMS = any> {
        name: string;
        params?: PARAMS;
    }

    Type Parameters

    • PARAMS = any
    Index

    Properties

    Properties

    name: string

    The name of the operations.

    This name should be unique per model type. This is used for audit and collaboration.

    params?: PARAMS

    The parameters for the operation.