owservable
    Preparing search index...

    Type Alias SubscriptionMethodsType

    type SubscriptionMethodsType = {
        complete?: () => void;
        error?: (err: any) => void;
        next: (value: any) => void | Promise<void>;
    }
    Index

    Properties

    Properties

    complete?: () => void
    error?: (err: any) => void
    next: (value: any) => void | Promise<void>