Constructors
Section titled "Constructors"IgxAxisMatcher
new IgxAxisMatcher(): IgxAxisMatcher Returns IgxAxisMatcher
Properties
Section titled "Properties"ngAcceptInputType_index
Section titled "ngAcceptInputType_index"ngAcceptInputType_index: string | number ngAcceptInputType_typedIndex
Section titled "ngAcceptInputType_typedIndex"ngAcceptInputType_typedIndex: string | number Accessors
Section titled "Accessors"axisType
Section titled "axisType"If set, tries to match an Axis based on its type, to be used with the typed index, if desired.
get axisType(): string
Returns string
set axisType(v: string): void Parameters
- v:
string
Returns void
index
Section titled "index"If set, tries to match a Axis based on index
get index(): number
Returns number
set index(v: number): void Parameters
- v:
number
Returns void
memberPath
Section titled "memberPath"If set, tries to match a Axis based on a member path, combined with MemberPathType.
get memberPath(): string
Returns string
set memberPath(v: string): void Parameters
- v:
string
Returns void
memberPathType
Section titled "memberPathType"Combined with MemberPath allows you to select a Axis by member path.
get memberPathType(): string
Returns string
set memberPathType(v: string): void Parameters
- v:
string
Returns void
If set, tries to match a Axis based on its name.
get name(): string
Returns string
set name(v: string): void Parameters
- v:
string
Returns void
title
Section titled "title"If set, tries to match a Axis based on its title.
get title(): string
Returns string
set title(v: string): void Parameters
- v:
string
Returns void
typedIndex
Section titled "typedIndex"If set, indicates that the nth axis of a type should be used.
get typedIndex(): number
Returns number
set typedIndex(v: number): void Parameters
- v:
number
Returns void
Methods
Section titled "Methods"findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string