@dxos/app-framework - v0.10.0
Preparing search index...
Plugin
MakeMetaOptions
Type Alias MakeMetaOptions
Options for
makeMeta
: the
Profile
content fields plus the canonical DXN
key
.
type
MakeMetaOptions
=
{
author
?:
string
;
dependsOn
?:
readonly
string
[]
;
description
?:
string
;
homePage
?:
string
;
icon
?:
Config2
.
Icon
;
key
:
DXN.DXN
;
name
:
string
;
screenshots
?:
ReadonlyArray
<
Config2
.
Screenshot
>
;
source
?:
string
;
spec
?:
string
;
tags
?:
readonly
string
[]
;
}
Index
Properties
author?
depends
On?
description?
home
Page?
icon?
key
name
screenshots?
source?
spec?
tags?
Properties
Optional
author
author
?:
string
Optional
depends
On
dependsOn
?:
readonly
string
[]
Optional
description
description
?:
string
Optional
home
Page
homePage
?:
string
Optional
icon
icon
?:
Config2
.
Icon
key
key
:
DXN.DXN
name
name
:
string
Optional
screenshots
screenshots
?:
ReadonlyArray
<
Config2
.
Screenshot
>
Optional
source
source
?:
string
Optional
spec
spec
?:
string
Optional
tags
tags
?:
readonly
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
depends
On
description
home
Page
icon
key
name
screenshots
source
spec
tags
@dxos/app-framework - v0.10.0
Loading...
Options for makeMeta: the Profile content fields plus the canonical DXN
key.