Skip to content

Class TaskbarConfig

Constructor

new TaskbarConfig(options)

Parameters


options

  • Optional
  • Type: TaskbarConfigOptions
ts
interface TaskbarConfigOptions {
	height?: number;
}

Properties

height

Height of the taskbar in CSS pixels

  • Type: number
  • Default: 48

Built by Prozilla