Skip to content

Commit

Permalink
liveboard context info in appConfig (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit1508 authored Mar 20, 2024
1 parent baa2bde commit eeb381a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/common.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export interface AppConfig {
appOptions?: {
isMobile?: boolean;
isPrintMode?: boolean; // export mode on/off

isLiveboardContext?: boolean; // if chart renders in liveboard context
// runtime configurations
isDebugMode?: boolean; // enables debug mode for logging
};
Expand Down

0 comments on commit eeb381a

Please sign in to comment.