Endo API documentation
    Preparing search index...

    Type Alias ClassContext<S, M>

    type ClassContext<S = any, M extends Methods = any> = {
        self: M;
        state: S;
    }

    Type Parameters

    Index

    Properties

    Properties

    self: M
    state: S