Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EntryOption

Hierarchy

  • EntryOption

Index

Properties

Optional backgroundColor

backgroundColor: string

Background color

default

not set - commonly it will showed as white

Optional entryName

entryName: string

File name of entry html

default

index.html

Optional fullscreen

fullscreen: boolean

Enable fullscreen feature by enable app-capable

ref

https://developer.mozilla.org/ko/docs/Web/Manifest#display

default

true

Optional icon

icon: string

Optional offline

offline: object

Show offline page via service worker

default

not include

Type declaration

Optional orientation

orientation: "portrait" | "landscape"

Desired orientation

It influence to viewport, orientation field in manifest. portrait will set viewport by height, landscape will set viewport by width

ref

https://developer.mozilla.org/ko/docs/Web/Manifest#orientation

default

portrait

Optional scale

scale: object

Type declaration

Optional themeColor

themeColor: string

title

title: string

Title of app

It will be used in generating manifest, meta, title tag

ref

https://developer.mozilla.org/ko/docs/Web/Manifest#name

Optional viewport

viewport: number | "device"

Viewport size

px or device size

ref

https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag

default

device

Generated using TypeDoc