Preparing search index...
The search index is not available
@umbraco-cms/backoffice
@umbraco-cms/backoffice
packages/clipboard
UmbClipboardEntry
Interface UmbClipboardEntry<Type, MetaType, DataType>
Deprecated
See
UmbClipboardEntryDetailModel
interface
UmbClipboardEntry
<
Type
extends
string
=
string
,
MetaType
=
object
,
DataType
=
unknown
,
>
{
data
:
DataType
[]
;
icons
:
string
[]
;
meta
:
MetaType
;
name
:
string
;
type
:
Type
;
unique
:
string
;
}
Type Parameters
Type
extends
string
=
string
MetaType
=
object
DataType
=
unknown
Index
Properties
data
icons
meta
name
type
unique
Properties
data
data
:
DataType
[]
icons
icons
:
string
[]
meta
meta
:
MetaType
name
name
:
string
type
type
:
Type
unique
unique
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
icons
meta
name
type
unique
@umbraco-cms/backoffice
Loading...
Deprecated
See
UmbClipboardEntryDetailModel