Interface JSTreeStaticDefaultsCoreThemes

Index

Properties

Properties

optional public dir?: string

the location of all jstree themes - only used if url is set to true

optional public dots?: boolean

a boolean indicating if connecting dots are shown

optional public icons?: boolean

a boolean indicating if node icons are shown

optional public name?: string

the name of the theme to use (if left as false the default theme is used)

optional public responsive?: boolean

a boolean specifying if a reponsive version of the theme should kick in on smaller screens (if the theme supports it). Defaults to true.

optional public stripes?: boolean

a boolean indicating if the tree background is striped

optional public url?: string

the URL of the theme's CSS file, leave this as false if you have manually included the theme CSS (recommended). You can set this to true too which will try to autoload the theme.

optional public variant?: any

a string (or boolean false) specifying the theme variant to use (if the theme supports variants)