Skip to content

bio-tooltips


Interfaces

SectionState

Defined in: core/sections.ts:3

Properties

isVisible

isVisible: boolean

Defined in: core/sections.ts:4

startCollapsed

startCollapsed: boolean

Defined in: core/sections.ts:5

Type Aliases

CoreSectionVisibility

CoreSectionVisibility = boolean | "expanded" | "collapsed"

Defined in: core/sections.ts:1

Functions

getSectionKey()

getSectionKey(title): string

Defined in: core/sections.ts:30

Parameters

title

string

Returns

string


getSectionState()

getSectionState(setting, globalCollapsedByDefault): SectionState

Defined in: core/sections.ts:8

Parameters

setting

CoreSectionVisibility | undefined

globalCollapsedByDefault

boolean

Returns

SectionState


renderCollapsibleSection()

renderCollapsibleSection(title, innerHTML, uniqueId, collapsible, isCollapsed, headerRightHTML?): string

Defined in: core/sections.ts:34

Parameters

title

string

innerHTML

string

uniqueId

string

collapsible

boolean

isCollapsed

boolean

headerRightHTML?

string = ''

Returns

string