Documentation
Preparing search index...
@quatrain/types
PWAContentInterface
Interface PWAContentInterface
Specific content interface for PWA / Web application deliverables.
interface
PWAContentInterface
{
distPath
?:
string
;
entryComponent
?:
any
;
manifest
?:
Record
<
string
,
any
>
;
name
:
string
;
theme
?:
Record
<
string
,
any
>
;
type
:
"pwa"
;
version
:
string
;
}
Hierarchy (
View Summary
)
AppContentInterface
PWAContentInterface
Index
Properties
dist
Path?
entry
Component?
manifest?
name
theme?
type
version
Properties
Optional
dist
Path
distPath
?:
string
Optional
entry
Component
entryComponent
?:
any
Optional
manifest
manifest
?:
Record
<
string
,
any
>
name
name
:
string
Optional
theme
theme
?:
Record
<
string
,
any
>
type
type
:
"pwa"
version
version
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dist
Path
entry
Component
manifest
name
theme
type
version
Documentation
Loading...
Specific content interface for PWA / Web application deliverables.