Constructors
Section titled "Constructors"IgrOthersCategoryContext
new IgrOthersCategoryContext(props: P): IgrOthersCategoryContext Returns IgrOthersCategoryContext
Accessors
Section titled "Accessors"items
Section titled "items"Gets the items in the others category.
get items(): any[]
Returns any[]
set items(v: any[]): void Parameters
- v:
any[]
Returns void
nativeElement
Section titled "nativeElement"get nativeElement(): HTMLElement
Returns HTMLElement
Methods
Section titled "Methods"componentDidMount
Section titled "componentDidMount"componentDidMount(): void Returns void
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
render
Section titled "render"render(): any Returns any
shouldComponentUpdate
Section titled "shouldComponentUpdate"shouldComponentUpdate(nextProps: any, nextState: any): boolean Parameters
- nextProps:
any - nextState:
any
Returns boolean
_createFromInternal
Section titled "_createFromInternal"_createFromInternal(internal: any): IgrOthersCategoryContext Parameters
- internal:
any