UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

8 lines (7 loc) 149 B
export class ViewDescriptor { constructor(id, name, title) { this.id = id; this.name = name; this.title = title; } }