@geogirafe/lib-geoportal
Version:
GeoGirafe is a flexible application to build online geoportals.
19 lines (18 loc) • 652 B
TypeScript
import GirafeHTMLElement from '../../base/GirafeHTMLElement.js';
import IGirafeContext from '../context/icontext.js';
export default class GeoGirafeAppComponent extends GirafeHTMLElement {
templateUrl: null;
styleUrls: null;
private readonly ready;
private resolveReady;
constructor();
getContext(): IGirafeContext;
/**
* This one needs to be displayed in Fullscreen Mode. Otherwise the User will see nothing at all ;)
*/
protected get isFullscreenComponent(): boolean;
protected connectedCallback(): void;
getInheritedContext(): IGirafeContext;
isReady(): Promise<void>;
private initialize;
}