MinibarContainer

MinibarContainer

This component is used to create a scrollable text container with a custom styled scrollbar over https://www.npmjs.com/package/minibarjs. Component is used from https://www.npmjs.com/package/clulib

Constructor

new MinibarContainer()

Source:

Extends

  • Component

Members

(private) autoResetProvider_ :AutoResetProvider

Description:
  • Reference to AutoResetProvider to monitor and control the automatic reset of the page when the user is inactive for a specified period of time.

Source:

Reference to AutoResetProvider to monitor and control the automatic reset of the page when the user is inactive for a specified period of time.

Type:

minibar

Description:
  • Getter

Source:

Getter

(private) minibar_ :MiniBar

Description:
Source:
Type:
  • MiniBar

(private) worldProvider_ :WorldProvider

Description:
  • Reference to the WorldProvider for monitoring actions, loading processes and status changes of the created THREE.Scene.

Source:

Reference to the WorldProvider for monitoring actions, loading processes and status changes of the created THREE.Scene.

Type:

Methods

onInit()

Description:
  • Component is ready and had loaded all dependencies (inherit method waitFor and sub components).

Source:

reset()

Description:
  • Scroll the content of the minibar to the top.

Source:

update()

Description:
  • Updates the minibar to take care about e.g. size changes after window resize.

Source: