Home Reference Source
public class | source

ReferencePage

Extends:

react~ComponentReference → ReferencePage

ReferencePage extends Reference class and overrides the render function to create as single page

Method Summary

Public Methods
public

render(): *

Render reference page

Inherited Summary

From class Reference
public

TableEx(category: string): Table: *

Create a table of references by retrieve array of references from tableData by category

public
public

exampleHelper(example: string): HTMLElement: *

Create a button that will link to the example scene

public

handleChange(event: Event, value: string): *

Handler for when user clicked the tab, it updates the state "value" with value passed in

public

Handler for opening the reference page

public
public

state: {"value": string}

public
public

render(): *

Reneter Button that will open Drawer of reference with different categories

Public Methods

public render(): * source

Render reference page

Override:

Reference#render

Return:

*