Home Reference Source
public class | source

Reference

Extends:

react~Component → Reference

Direct Subclass:

ReferencePage

Reference is a react component that creates drawer contains references

Constructor Summary

Public Constructor
public

Constructor value represents the current tab that's opened

Member Summary

Public Members
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

Method Summary

Public Methods
public

render(): *

Reneter Button that will open Drawer of reference with different categories

Public Constructors

public constructor() source

Constructor value represents the current tab that's opened

Public Members

public TableEx(category: string): Table: * source

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

Return:

Table

DOM elements of table with references with passed category

public assetHandleOpen: * source

public exampleHelper(example: string): HTMLElement: * source

Create a button that will link to the example scene

Return:

HTMLElement

IconButton with link to the example scene

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

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

public handleOpen: * source

Handler for opening the reference page

public nameHelper: * source

public state: {"value": string} source

public tableData: * source

Public Methods

public render(): * source

Reneter Button that will open Drawer of reference with different categories

Return:

*