BasesView.createGroupHeadingEl method
BasesView › createGroupHeadingEl
Unofficial
Creates the heading element for a result group.Signature:
createGroupHeadingEl(group: BasesQueryResultGroup): HTMLElement | nullParameters:
| Parameter | Type | Description |
|---|---|---|
| group | BasesQueryResultGroup | The group to create a heading for. |
Returns: HTMLElement | null — The heading element, or null when the group has no key.