arlas-wui-toolkit / Exports / FilterShortcutComponent

Class: FilterShortcutComponent

Implements

  • OnInit

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new FilterShortcutComponent(collaborativeSearchService, cdr)

Parameters

Name Type
collaborativeSearchService ArlasCollaborativesearchService
cdr ChangeDetectorRef

Defined in

projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:76

Properties

cdr

cdr: ChangeDetectorRef

Defined in

projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:78


chartHeight

chartHeight: number = 90

Input

: Angular

Description

Height of the chart contained in the shortcut

Defined in

projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:49


displayFilterFirstValue

displayFilterFirstValue: boolean = true

Input

: Angular

Description

Whether to display the value of the first filter. If false, it will allow the user to only see the values by clicking the chip.

Defined in

projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:56


histogramDatatype

histogramDatatype: string

Defined in

projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:72


histogramUnit

histogramUnit: string

Defined in

projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:71


inputs

inputs: any

Defined in

projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:70


isOpen

isOpen: boolean = false

Input

: Angular

Description

Whether the shortcut is opened and displays its widget

Defined in

projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:62


isOpenChange

isOpenChange: EventEmitter<boolean>

Output

: Angular

Description

Event emitted when the shortcut is opened or closed

Defined in

projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:68


shortcut

shortcut: FilterShortcutConfiguration

Input

: Angular

Description

Configuration of the shortcut to display

Defined in

projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:37


shortcutWidth

shortcutWidth: number = 250

Input

: Angular

Description

Width of the shortcut when opened

Defined in

projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:43


titleElement

titleElement: ElementRef<any>

Defined in

projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:74

Methods

ngOnInit

ngOnInit(): void

Returns

void

Implementation of

OnInit.ngOnInit

Defined in

projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:81


toggle

toggle(): void

Returns

void

Defined in

projects/arlas-toolkit/src/lib/components/filter-shortcut/filter-shortcut.component.ts:90