Skip to content

BasesView.createGroupHeadingEl method

BasesView › createGroupHeadingEl

Unofficial

Creates the heading element for a result group.

Signature:

createGroupHeadingEl(group: BasesQueryResultGroup): HTMLElement | null

Parameters:

Parameter Type Description
group BasesQueryResultGroup The group to create a heading for.

Returns: HTMLElement | nullThe heading element, or null when the group has no key.