Skip to main content

Interface: PkgBackgroundOptions

Options for the background image in a PKG installer

Properties

alignment?

optional alignment?: BackgroundAlignment | null

Alignment of the background image. Options are: center, left, right, top, bottom, topleft, topright, bottomleft, bottomright

Default

center

file?

optional file?: string

Path to the image to use as an installer background.


scaling?

optional scaling?: BackgroundScaling | null

Scaling of the background image. Options are: tofit, none, proportional

Default

tofit