Constructors
constructor
- new Typhon(title?: string): Typhon
Properties
title
title: string = 'Typhon'
Methods
getComponentsByLabel
- getComponentsByLabel(label?: string): Component[]
ixColumn
- ixColumn(identifier?: string): Typhon
ixRow
- ixRow(identifier?: string): Typhon
onColumn
- onColumn(identifier?: string): undefined | Column
Parameters
Returns undefined | Column
onContainer
- onContainer(identifier?: string): undefined | Container
setColumn
- setColumn(identifier?: string): Typhon
setModal
- setModal(title?: string, subtitle?: string): Modal
Parameters
title: string = ''
subtitle: string = ''
setNavigation
- setNavigation(title?: string, label?: string): Navigation
Parameters
title: string = ''
label: string = ''
Typhon class