Home Reference Source
public class | source

Settings

Extends:

react~Component → Settings

Constructor Summary

Public Constructor
public

Component constructor

Member Summary

Public Members
public
public

handleInputChange(evt: event): *

Handle data on input change

public

state: {"passwordInput": *, "passwordInputError": *, "confirmInput": *, "confirmInputError": *}

Method Summary

Public Methods
public

render(): react element

Reneder component DOM

Public Constructors

public constructor(props: object) source

Component constructor

Params:

NameTypeAttributeDescription
props object

is an object properties of component

Public Members

public handleForm: * source

public handleInputChange(evt: event): * source

Handle data on input change

public state: {"passwordInput": *, "passwordInputError": *, "confirmInput": *, "confirmInputError": *} source

Public Methods

public render(): react element source

Reneder component DOM

Return:

react element

return the DOM which rendered by component