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