Skip to content

Class DesktopConfig

Constructor

new DesktopConfig(options)

Parameters

  • options
    • Type: DesktopConfigOptions | undefined
ts
interface DesktopConfigOptions {
	defaultIconSize?: 0 | 1 | 2;
	defaultIconDirection?: 0 | 1;
}

Properties

defaultIconSize

The default size of the desktop icons

ValueDescription
0Small
1Medium
2Large
  • Type: 0 | 1 | 2
  • Default: 1 (Medium)

defaultIconDirection

The default direction of the desktop icons

ValueDescription
0Vertical
1Horizontal
  • Type: 0 | 1
  • Default: 0 (Vertical)

Built by Prozilla