Search
Preparing search index...
@universe-ee/sdk
Universe
Platform
Search
ISearchGroupBase
Type Alias ISearchGroupBase<Q>
Базовый тип поисковых групп
Public
type
ISearchGroupBase
<
Q
extends
IGroupQueryBase
=
IGroupQueryBase
>
=
{
childGroups
:
ISearchGroupBase
<
Q
>
[]
;
negative
:
boolean
;
orConnection
:
boolean
;
queries
:
Q
[]
;
}
Type Parameters
Q
extends
IGroupQueryBase
=
IGroupQueryBase
Index
Properties
child
Groups
negative
or
Connection
queries
Properties
child
Groups
childGroups
:
ISearchGroupBase
<
Q
>
[]
negative
negative
:
boolean
or
Connection
orConnection
:
boolean
queries
queries
:
Q
[]
On This Page
Properties
child
Groups
negative
or
Connection
queries
Юниверс MDM SDK UI
Loading...
Базовый тип поисковых групп
Public