Skip to content

Class Skin

Source: skin.ts

Constructors

Constructor

new Skin(options: Partial<SkinOptions>): Skin

Parameters

options

Partial<SkinOptions> = {}

Returns

Skin

Properties

appIcons

appIcons: {[key: string]: string; } | undefined


appNames

appNames: {[key: string]: string; } | undefined


defaultTheme

defaultTheme: Theme | undefined


defaultWallpaper

defaultWallpaper: string


fileIcons

fileIcons: { audio?: string; code?: string; external?: string; generic: string; info?: string; text?: string; video?: string; }

audio?

optional audio: string

code?

optional code: string

external?

optional external: string

generic

generic: string

info?

optional info: string

text?

optional text: string

video?

optional video: string


folderIcons

folderIcons: { audio?: string; generic: string; images?: string; link?: string; text?: string; video?: string; }

audio?

optional audio: string

generic

generic: string

images?

optional images: string

optional link: string

text?

optional text: string

video?

optional video: string


loadStyleSheet

loadStyleSheet: () => void | undefined


systemIcon

systemIcon: string


wallpapers

wallpapers: string[]

Built by Prozilla