Skip to content

Commit 2791890

Browse files
feat: adjust layer properties #264
1 parent 0ee658f commit 2791890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • projects/services-layers/src/lib/types

projects/services-layers/src/lib/types/Layers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ export class Layer<T = any> implements ILayerOptions<T>{
335335
expanded: boolean | ILayerExpanded = false;
336336
cssClass?: string;
337337

338-
constructor(options: ILayerOptions) {
338+
constructor(options: ILayerOptions<T>) {
339339
Object.assign(this, options);
340340
}
341341

0 commit comments

Comments
 (0)