Add isOnline event option to mark event as fully online
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -27,6 +27,7 @@ export interface IEventOptions {
|
||||
showStartTime: boolean;
|
||||
showEndTime: boolean;
|
||||
timezone: string | null;
|
||||
isOnline: boolean;
|
||||
}
|
||||
|
||||
export class EventOptions implements IEventOptions {
|
||||
@@ -57,4 +58,6 @@ export class EventOptions implements IEventOptions {
|
||||
showEndTime = true;
|
||||
|
||||
timezone = null;
|
||||
|
||||
isOnline = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user