- protected pointer: HTMLElement;
- protected linkInput: HTMLInputElement;
- protected linkButton: HTMLElement;
- protected includeInput: HTMLInputElement;
- protected includeButton: HTMLElement;
- protected sectionModeButton: HTMLElement;
- protected commentButton: HTMLElement;
- protected modeToggles: HTMLElement[];
- protected modeSections: HTMLElement[];
- protected pageId: string;
+ protected pointer!: HTMLElement;
+ protected linkInput!: HTMLInputElement;
+ protected linkButton!: HTMLElement;
+ protected includeInput!: HTMLInputElement;
+ protected includeButton!: HTMLElement;
+ protected sectionModeButton!: HTMLElement;
+ protected commentButton!: HTMLElement;
+ protected modeToggles!: HTMLElement[];
+ protected modeSections!: HTMLElement[];
+ protected pageId!: string;