Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Namespace
NamespaceItem
Interface NamespaceItem<M, R>
Public
interface
NamespaceItem
<
M
,
R
>
{
getMetaItem
:
Optional
<
M
,
(
(
key
:
string
)
=>
Promise
<
M
>
)
>
;
getMetaList
:
Optional
<
M
,
(
(
)
=>
Promise
<
M
[]
>
)
>
;
getRecordList
:
Optional
<
R
,
(
(
typeName
:
string
,
query
:
GetListServiceQuery
)
=>
Promise
<
RecordListResponse
<
R
>
>
)
>
;
getRecordStoreCtor
:
Optional
<
R
,
RecordStoreCtor
>
;
renderMetaListComponent
:
Optional
<
M
,
ComponentType
<
RenderListProps
>
>
;
renderRecordCardComponent
:
Optional
<
R
,
ComponentType
<
RenderCardProps
>
>
;
}
Type Parameters
M
R
extends
AbstractRecord
Index
Properties
get
Meta
Item
get
Meta
List
get
Record
List
get
Record
Store
Ctor
render
Meta
List
Component
render
Record
Card
Component
Properties
get
Meta
Item
get
Meta
Item
:
Optional
<
M
,
(
(
key
:
string
)
=>
Promise
<
M
>
)
>
get
Meta
List
get
Meta
List
:
Optional
<
M
,
(
(
)
=>
Promise
<
M
[]
>
)
>
get
Record
List
get
Record
List
:
Optional
<
R
,
(
(
typeName
:
string
,
query
:
GetListServiceQuery
)
=>
Promise
<
RecordListResponse
<
R
>
>
)
>
get
Record
Store
Ctor
get
Record
Store
Ctor
:
Optional
<
R
,
RecordStoreCtor
>
render
Meta
List
Component
render
Meta
List
Component
:
Optional
<
M
,
ComponentType
<
RenderListProps
>
>
render
Record
Card
Component
render
Record
Card
Component
:
Optional
<
R
,
ComponentType
<
RenderCardProps
>
>
On This Page
Properties
get
Meta
Item
get
Meta
List
get
Record
List
get
Record
Store
Ctor
render
Meta
List
Component
render
Record
Card
Component
Юниверс MDM SDK UI
Loading...
Public