igniteui-react-core
Version:
Ignite UI React Core.
19 lines (18 loc) • 610 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);
}