generated from gxc-solutions/gxc-template-repo
Update models
This commit is contained in:
parent
5f2ce822fc
commit
19c5dc67b9
12 changed files with 64 additions and 50 deletions
7
lib/src/interfaces/state.ts
Normal file
7
lib/src/interfaces/state.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export interface ISelectableObject {
|
||||
isSelected: boolean;
|
||||
}
|
||||
|
||||
export interface IVisibleObject {
|
||||
isVisible: boolean;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue