Skip to content

Commit

Permalink
chore: update module types
Browse files Browse the repository at this point in the history
  • Loading branch information
dulnan committed Nov 11, 2024
1 parent 6f12ee8 commit 2b6c95e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/runtime/types/generatedModuleTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ export type ModuleOptionsSettings = {
disable?: boolean
default?: 'vertical' | 'horizontal' | 'sidebar'
}
// Persist position and zoom
'feature:artboard:persist'?: { disable?: boolean; default?: boolean }
// Artboard scroll speed
'feature:artboard:scrollSpeed'?: { disable?: boolean; default?: number }
// Hide blocks that can't be added
'feature:block-add-list:hideDisabledBlocks'?: {
disable?: boolean
default?: boolean
}
// Use smooth scrolling
'feature:artboard:momentum'?: { disable?: boolean; default?: boolean }
// Persist position and zoom
'feature:artboard:persist'?: { disable?: boolean; default?: boolean }
// Artboard scroll speed
'feature:artboard:scrollSpeed'?: { disable?: boolean; default?: number }
// Open sidebar when pasting from clipboard
'feature:clipboard:openSidebarOnPaste'?: {
disable?: boolean
Expand Down

0 comments on commit 2b6c95e

Please sign in to comment.