Skip to content

@sourceloop/reporting-service / Exports / CreateDashboardDto

Class: CreateDashboardDto

Table of contents

Constructors

Properties

Constructors

constructor

new CreateDashboardDto(data?)

Parameters

Name Type
data? Partial<CreateDashboardDto>

Defined in

services/reporting-service/src/models/create-dashboard.dto.ts:29

Properties

description

Optional description: string

Defined in

services/reporting-service/src/models/create-dashboard.dto.ts:18


layout

Optional layout: Object

Defined in

services/reporting-service/src/models/create-dashboard.dto.ts:24


name

name: string

Defined in

services/reporting-service/src/models/create-dashboard.dto.ts:12


widgetIds

widgetIds: string[]

Defined in

services/reporting-service/src/models/create-dashboard.dto.ts:27