weasel API - v0.8.0
    Preparing search index...

    Interface SerializedOp

    Wire form of a single op inside a serialized history. The pair (name, args) reconstructs a live Op via the op-factory registry.

    interface SerializedOp {
        args: unknown;
        name: string;
    }
    Index

    Properties

    Properties

    args: unknown
    name: string