Skip to content

Class TaskbarConfig

Constructor

new TaskbarConfig(options)

Parameters

  • options
    • Type: TaskbarConfigOptions | undefined
ts
interface TaskbarConfigOptions {
	height?: number;
}

Properties

height

Height of the taskbar in CSS pixels

  • Type: number
  • Default: 48

Built by Prozilla