arlas-wui-toolkit / Exports / ShareComponent

Class: ShareComponent

This component allows to build a _geoaggregate and/or _geosearch requests through a guiding stepper and download the request result as a json file after clicking on a "Download" button Note: This component is binded to ARLAS-wui configuration.

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new ShareComponent(dialog)

Parameters

Name Type
dialog MatDialog

Defined in

projects/arlas-toolkit/src/lib/components/share/share.component.ts:53

Properties

dialog

dialog: MatDialog

Defined in

projects/arlas-toolkit/src/lib/components/share/share.component.ts:54


icon

icon: string = 'share'

Defined in

projects/arlas-toolkit/src/lib/components/share/share.component.ts:51

Methods

openDialog

openDialog(visibilityStatus?): void

Parameters

Name Type
visibilityStatus? Map<string, boolean>

Returns

void

Defined in

projects/arlas-toolkit/src/lib/components/share/share.component.ts:57