mirror of
https://github.com/pikami/cosmium.git
synced 2025-12-19 17:00:37 +00:00
Implement NOT logical operator
This commit is contained in:
@@ -42,6 +42,7 @@ type SelectItem struct {
|
||||
SelectItems []SelectItem
|
||||
Type SelectItemType
|
||||
Value interface{}
|
||||
Invert bool
|
||||
IsTopLevel bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user