Preparing search index...
The search index is not available
millconnect
millconnect
app/types/sorting-rule-group.type
SortingRuleGroup
Interface SortingRuleGroup
interface
SortingRuleGroup
{
active
:
boolean
;
created
?:
Moment
;
id
?:
string
;
modified
?:
Moment
;
name
:
string
;
sortingRuleIds
:
number
[]
;
}
Hierarchy (
View Summary
)
MongoEntity
SortingRuleGroup
Index
Properties
active
created?
id?
modified?
name
sorting
Rule
Ids
Properties
active
active
:
boolean
Optional
created
created
?:
Moment
Optional
id
id
?:
string
Optional
modified
modified
?:
Moment
name
name
:
string
sorting
Rule
Ids
sortingRuleIds
:
number
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
created
id
modified
name
sorting
Rule
Ids
millconnect
Loading...