Preparing search index...
The search index is not available
crossbell - v1.12.0
crossbell
MetadataEntity
Interface MetadataEntity<T>
interface
MetadataEntity
<
T
>
{
content
?:
null
|
(
T
extends
"CHARACTER"
?
CharacterMetadata
:
T
extends
"NOTE"
?
NoteMetadata
:
object
)
;
type
?:
null
|
MetadataType
;
uri
?:
string
;
}
Type Parameters
T
extends
MetadataType
Index
Properties
content?
type?
uri?
Properties
Optional
content
content
?:
null
|
(
T
extends
"CHARACTER"
?
CharacterMetadata
:
T
extends
"NOTE"
?
NoteMetadata
:
object
)
Optional
type
type
?:
null
|
MetadataType
Optional
uri
uri
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
content
type
uri
crossbell - v1.12.0
Loading...