IgcQueryBuilderHeaderComponent

new IgcQueryBuilderHeaderComponent(): IgcQueryBuilderHeaderComponent

Returns IgcQueryBuilderHeaderComponent

tagName: string

Sets the resource strings. By default it uses EN resources.

set resourceStrings(value: IgcQueryBuilderResourceStrings): void

Parameters

Returns void

get showLegend(): boolean

Returns boolean

Show/hide the legend.

set showLegend(value: boolean): void

Parameters

  • value: boolean

Returns void

The HTMLElement.title property represents the title of the element: the text usually displayed in a 'tooltip' popup when the mouse is over the node.

MDN Reference

get title(): string

Returns string

Sets the title of the query builder header.

set title(value: string): void

Parameters

  • value: string

Returns void

register(): void

Returns void