We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee658f commit 2791890Copy full SHA for 2791890
1 file changed
projects/services-layers/src/lib/types/Layers.ts
@@ -335,7 +335,7 @@ export class Layer<T = any> implements ILayerOptions<T>{
335
expanded: boolean | ILayerExpanded = false;
336
cssClass?: string;
337
338
- constructor(options: ILayerOptions) {
+ constructor(options: ILayerOptions<T>) {
339
Object.assign(this, options);
340
}
341
0 commit comments