@nextcloud/typings
Version:
Nextcloud TypeScript typings
20 lines (13 loc) • 445 B
TypeScript
declare namespace Nextcloud.v25 {
interface Accessibility {
/** Whether the user opted-out of shortcuts so that they should not be registered */
disableKeyboardShortcuts(): boolean
}
interface OC extends Nextcloud.v24.OC {
}
interface OCP extends Nextcloud.v24.OCP {
Accessibility: Accessibility
}
interface WindowWithGlobals extends Nextcloud.Common.DayMonthConstants, Window {
}
}