-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathContextKeys.ts
More file actions
17 lines (17 loc) · 684 Bytes
/
Copy pathContextKeys.ts
File metadata and controls
17 lines (17 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export const ContextKeys = {
isInitialized: 'demo-time.isInitialized',
showWelcome: 'demo-time.showWelcome',
previousEnabled: 'demo-time.previousEnabled',
presentation: 'demo-time.presentation',
showTimer: 'demo-time.showTimer',
countdown: 'demo-time.countdown',
hasCodeHighlighting: 'demo-time.hasCodeHighlighting',
hasNotes: 'demo-time.hasNotes',
isSlide: 'demo-time.isSlide',
hasPreviousSlide: 'demo-time.hasPreviousSlide',
isHackerTyper: 'demo-time.isHackerTyper',
isWaitingForNext: 'demo-time.isWaitingForNext',
isSponsor: 'demo-time.isSponsor',
autoProceedActive: 'demo-time.autoProceedActive',
autoProceedPaused: 'demo-time.autoProceedPaused',
};