TeamLab Document Editors API Documentation

config > document > info

var docEditor = new DocsAPI.DocEditor('placeholder', {
   document: {
      info: {
         author: 'Jessie Jamieson',
         folder: 'Example Files',
         created: '12/12/2012 3:46 PM',
         sharingSettings: [
               {
                  user: 'John Smith',
                  permissions: 'Full Access'
               },
               ...
         ]
      }
   }
});
Please see other sections for more options: