This is a base element.
That includes:
initConfig
import {html, css} from 'lit'; import {customElement} from 'lit/decorators.js'; // @ts-ignore @customElement('my-element') export default class MyElement extent (window as any).gmfapi.elements.BaseElement { static styles = [ ...(window as any).gmfapi.elements.BaseElement.styles, css`...` ]; initConfig(configuration: Any): void { ... }; render(): TemplateResult { return html`${this.getTitle(i18next.t('Title'))} your template` } }
Static
Calls the authentication service changePassword method.
the event
Reset the changePassword values and error.
Clear the form
Calls the authentication service login method.
Event from the form submit action.
Calls the authentication service logout method.
Effects on manual try to login/logout.
Reset the error notification
Calls the authentication service resetPassword method.
Set an error notification
List of errors
Optional
Type of message
Generated using TypeDoc
This is a base element.
That includes:
initConfig
method.