igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
16 lines (15 loc) • 538 B
TypeScript
import { Description } from "./Description";
import { UserAnnotationInformationDescription } from "./UserAnnotationInformationDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class UserAnnotationInformationEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private k;
get annotationInfo(): UserAnnotationInformationDescription;
set annotationInfo(a: UserAnnotationInformationDescription);
}