Preparing search index...
@universe-dg/sdk
Universe
Platform
Namespace
NamespaceItem
Interface NamespaceItem<M, R>
Public
interface
NamespaceItem
<
M
,
R
extends
AbstractRecord
>
{
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
getMetaItem
:
Optional
<
M
,
(
key
:
string
)
=>
Promise
<
M
>
>
get
Meta
List
getMetaList
:
Optional
<
M
,
()
=>
Promise
<
M
[]
>
>
get
Record
List
getRecordList
:
Optional
<
R
,
(
typeName
:
string
,
query
:
GetListServiceQuery
,
)
=>
Promise
<
RecordListResponse
<
R
>
>
,
>
get
Record
Store
Ctor
getRecordStoreCtor
:
Optional
<
R
,
RecordStoreCtor
>
render
Meta
List
Component
renderMetaListComponent
:
Optional
<
M
,
ComponentType
<
RenderListProps
>
>
render
Record
Card
Component
renderRecordCardComponent
:
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
Юниверс DG SDK UI
Loading...
Public