import LanguageLookupViewController from '~/controllers/LanguageLookupViewController.js'
LanguageLookupViewController
Extends:
ViewController → LanguageLookupViewController
Implements:
Provides a language search box
Constructor Summary
Public Constructor | ||
public |
constructor(box: HTMLElement) Creates a box with format: |
Member Summary
Public Members | ||
public |
|
Method Summary
Public Methods | ||
public |
didInvalidateState(event: Event) Called when this should update |
|
public |
|
|
public |
|
Inherited Summary
From class ViewController | ||
public static |
Creates a view controller directly for all members of a class. |
|
public static |
of(elem: string | Element): ViewController Returns a canolical VC of an element if it exists |
Public Constructors
public constructor(box: HTMLElement) source
Creates a box with format:
div
input
Where absolute div::after
elements of top: 100%
would fit.
Override:
ViewController#constructorParams:
Name | Type | Attribute | Description |
box | HTMLElement | HTML element container of box. Creates a canonical controller ref here. |