Reference
Extends:
Direct Subclass:
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 | 
      
       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 | 
       handleOpen: * Handler for opening the reference page  | 
    |
| public | 
       nameHelper: *  | 
    |
| public | 
      
       | 
    |
| public | 
       tableData: *  | 
    |
Method Summary
| Public Methods | ||
| public | 
       render(): * Reneter Button that will open Drawer of reference with different categories  | 
    |
Public Constructors
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 nameHelper: * source
public tableData: * source
Public Methods
public render(): * source
Reneter Button that will open Drawer of reference with different categories
Return:
| * |