Skip to content

Interface: RenderOptions ​

Defined in: types.ts:6

Properties ​

application? ​

optional application?: Application

Defined in: types.ts:10


container? ​

optional container?: HTMLElement

Defined in: types.ts:11


controllers? ​

optional controllers?: Record<string, ControllerConstructor>

Defined in: types.ts:9


html ​

html: string | HTMLElement

Defined in: types.ts:7


identifier? ​

optional identifier?: string

Defined in: types.ts:8

Released under the MIT License.