@yorkie-js/sdk
    Preparing search index...

    Variable default

    default: {
        Channel: typeof Channel;
        ChannelEventType: typeof ChannelEventType;
        Client: typeof Client;
        Counter: typeof Counter;
        Devtools: Devtools;
        Document: typeof Document;
        IntType: CounterType;
        LogLevel: typeof LogLevel;
        LongType: CounterType;
        Primitive: typeof Primitive;
        setLogLevel: (l: LogLevel) => void;
        Text: typeof Text;
        Tree: typeof Tree;
        YSON: yson;
    }

    The top-level yorkie namespace with additional properties.

    In production, this will be called exactly once and the result assigned to the yorkie global.

    e.g) new yorkie.Client(...);

    Type Declaration