mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
Refactor Writefull init to always include overleafLabels (#25055)
GitOrigin-RevId: 416b2d1ea3a24e7c879779078e4f2a13ca6c3555
This commit is contained in:
committed by
Copybot
parent
12463ac08d
commit
f7e7062b0c
@@ -19,11 +19,17 @@ export interface WritefullAPI {
|
||||
iconPosition,
|
||||
hasAgreedToTOS,
|
||||
overleafUserId,
|
||||
overleafLabels,
|
||||
}: {
|
||||
toolbarPosition: InsertPosition
|
||||
iconPosition: InsertPosition
|
||||
hasAgreedToTOS: boolean
|
||||
overleafUserId: string
|
||||
overleafLabels: {
|
||||
autoImport: boolean
|
||||
autoCreatedAccount: boolean
|
||||
splitTests: Record<string, boolean>
|
||||
}
|
||||
}): Promise<void>
|
||||
addEventListener<eventName extends keyof WritefullEvents>(
|
||||
name: eventName,
|
||||
|
||||
Reference in New Issue
Block a user