@umbraco-cms/backoffice
Preparing search index...
packages/core/repository
UmbReadDetailDataSource
Interface UmbReadDetailDataSource<DetailType>
interface
UmbReadDetailDataSource
<
DetailType
>
{
read
(
unique
:
string
)
:
Promise
<
UmbDataSourceResponse
<
DetailType
>
>
;
}
Type Parameters
DetailType
Hierarchy (
View Summary
)
UmbReadDetailDataSource
UmbDetailDataSource
Index
Methods
read
Methods
read
read
(
unique
:
string
)
:
Promise
<
UmbDataSourceResponse
<
DetailType
>
>
Parameters
unique
:
string
Returns
Promise
<
UmbDataSourceResponse
<
DetailType
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
read
@umbraco-cms/backoffice
Loading...