Home Reference Source
import MainTabPanel from './ui/elements/tabpanel/maintabpanel.js'
public class | source

MainTabPanel

Extends:

Events → MainTabPanel

the maintabpanel on the left side of the patchfield, can be minimized

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

: *

public get

tabs: *

Private Members
private

_ele: *

private

_visible: boolean

private

Method Summary

Public Methods
public

hide(donotsave: boolean)

public

init()

public

isVisible(): *

public

resize()

public

show(userInteraction: boolean)

public

toggle(userInteraction: boolean)

Public Constructors

public constructor(tabs: TabPanel) source

Params:

NameTypeAttributeDescription
tabs TabPanel

Public Members

public : * source

public get tabs: * source

Private Members

private _ele: * source

private _visible: boolean source

private tabPanel: TabPanel source

Public Methods

public hide(donotsave: boolean) source

Params:

NameTypeAttributeDescription
donotsave boolean

public init() source

public isVisible(): * source

Return:

*

public resize() source

public show(userInteraction: boolean) source

Params:

NameTypeAttributeDescription
userInteraction boolean

public toggle(userInteraction: boolean) source

Params:

NameTypeAttributeDescription
userInteraction boolean