Preparing search index...
The search index is not available
huzma
huzma
index
HuzmaManifest
Class HuzmaManifest<Permissions>
Type Parameters
Permissions
extends
PermissionsListRaw
=
ReadonlyArray
<
{
key
:
string
;
value
:
string
[]
;
}
>
Hierarchy
HuzmaManifest
Index
Constructors
constructor
Properties
authors
description
entry
files
homepage
Url
invalidation
keywords
license
logo
Url
metadata
name
permissions
repo
schema
version
Constructors
constructor
new
Huzma
Manifest
<
Permissions
>
(
__namedParameters
?:
ManifestOptions
<
Permissions
>
)
:
HuzmaManifest
<
Permissions
>
Type Parameters
Permissions
extends
readonly
(
string
|
{
key
:
string
;
value
:
string
[]
|
(
readonly string[]
)
;
}
)
[]
=
readonly
{
key
:
string
;
value
:
string
[]
;
}
[]
Parameters
__namedParameters:
ManifestOptions
<
Permissions
>
= {}
Returns
HuzmaManifest
<
Permissions
>
Properties
authors
authors
:
{
email
:
string
;
name
:
string
;
url
:
string
;
}
[]
description
description
:
string
entry
entry
:
string
files
files
:
{
bytes
:
number
;
invalidation
:
InvalidationStrategy
;
name
:
string
;
}
[]
homepage
Url
homepage
Url
:
string
invalidation
invalidation
:
InvalidationStrategy
keywords
keywords
:
string
[]
license
license
:
string
logo
Url
logo
Url
:
string
metadata
metadata
:
Record
<
string
,
string
>
name
name
:
string
permissions
permissions
:
PermissionsList
<
Permissions
>
repo
repo
:
{
type
:
RepoType
;
url
:
string
;
}
Type declaration
type
:
RepoType
url
:
string
schema
schema
:
SchemaVersion
version
version
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
huzma
cli
index
Huzma
Manifest
constructor
authors
description
entry
files
homepage
Url
invalidation
keywords
license
logo
Url
metadata
name
permissions
repo
schema
version
Generated using
TypeDoc