[]
        
(Showing Draft Content)

README

spreadjs-api

Table of contents

Functions

Functions

presenceFeature

presenceFeature(): IFeature

Creates a presence feature for collaboration.

example

const httpServer = createServer();
const server = new Server({ httpServer });
server.useFeature(OT.documentFeature());
server.useFeature(presenceFeature());

Returns

IFeature

The presence feature.