Interface CreateObjectOptions

interface CreateObjectOptions {
    comments?: Comment[];
    fileOperations?: FileOperation[];
    sheets?: ClientSheet[];
}

Properties

comments?: Comment[]
fileOperations?: FileOperation[]
sheets?: ClientSheet[]