mirror of
https://github.com/pikami/cosmium.git
synced 2026-04-20 13:28:46 +01: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