igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
23 lines (22 loc) • 741 B
TypeScript
import { UserBaseAnnotationDescription } from "./UserBaseAnnotationDescription";
import { AxisMatcherDescription } from "./AxisMatcherDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class UserAxisAnnotationDescription extends UserBaseAnnotationDescription {
static $t: Type;
protected get_type(): string;
private static __marshalByValue1;
private static __marshalByValueAlias1;
constructor();
private a5;
get targetAxisRef(): string;
set targetAxisRef(a: string);
private az;
get targetAxisMatcher(): AxisMatcherDescription;
set targetAxisMatcher(a: AxisMatcherDescription);
private a2;
get value(): number;
set value(a: number);
}