Home Reference Source
import PatchPanel from './ui/components/patchpanel.js'
public class | source

PatchPanel

Extends:

Events → PatchPanel

default panel when clicking into the pach background, shows patch summary and tree view

Constructor Summary

Public Constructor
public

Member Summary

Private Members
private

_firstTime: boolean

private

Method Summary

Public Methods
public

deserialize(obj: *)

public

serialize(obj: *)

public

show(force: *)

Inherited Summary

From class Events
public

off: *

public

on: *

private
private
private

_log: *

private

_logEvents: boolean

private

_logName: string

public

addEventListener(which: *, cb: *, idPrefix: string): string

add event listener

public

emitEvent(which: string, param1: *, param2: *, param3: *, param4: *, param5: *, param6: *)

emit event

public

hasEventListener(id: *, cb: *): boolean

check event listener registration

public

hasListenerForEventName(eventName: *): boolean

check event listener by name

public

logEvents(enabled: boolean, logName: string)

enable/disable logging of events for the class

public

removeEventListener(id: *, cb: *)

rempve event listener registration

Public Constructors

public constructor() source

Override:

Events#constructor

Private Members

private _firstTime: boolean source

private _outline: * source

Public Methods

public deserialize(obj: *) source

Params:

NameTypeAttributeDescription
obj *

public serialize(obj: *) source

Params:

NameTypeAttributeDescription
obj *

public show(force: *) source

Params:

NameTypeAttributeDescription
force *