Selkies
Developer ReferenceDashboard (Wish)ComponentsDashboard

components/dashboard/system-monitoring

Functions

countOverlay()

function countOverlay(delta): void;

Defined in: components/dashboard/system-monitoring.tsx:91

Counts one overlay in or out and tells the core when the count crosses zero.

Parameters

ParameterType
delta-1 | 1

Returns

void


configuredFramerate()

function configuredFramerate(): number;

Defined in: components/dashboard/system-monitoring.tsx:100

The framerate the session is configured to push, the floor of the fps axis.

Returns

number


axisTop()

function axisTop(floor, ...lists): number;

Defined in: components/dashboard/system-monitoring.tsx:109

The top of a graph's axis: the largest value drawn with a little headroom, never under floor.

Parameters

ParameterType
floornumber
...listsnumber[][]

Returns

number


StatusMark()

function StatusMark(__namedParameters): Element;

Defined in: components/dashboard/system-monitoring.tsx:118

The mark beside a row.

Parameters

ParameterType
__namedParametersStatusMarkProps

Returns

Element


Graph()

function Graph(__namedParameters): Element;

Defined in: components/dashboard/system-monitoring.tsx:140

One graph: its name, the value under the pointer or else the newest, and its series.

Parameters

ParameterType
__namedParametersGraphProps

Returns

Element


SystemMonitoring()

function SystemMonitoring(): Element;

Defined in: components/dashboard/system-monitoring.tsx:208

Renders the overlay, reading the core's window stream state once a second and telling the core the stats are on screen for as long as it is mounted in a visible tab.

Returns

Element

References

default

Renames and re-exports SystemMonitoring

On this page

Edit on GitHub