igniteui-react-core
Version:
Ignite UI React Core.
21 lines (20 loc) • 560 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private i;
get targetRef(): string;
set targetRef(a: string);
private j;
get valueRef(): string;
set valueRef(a: string);
private h;
get propertyPath(): string;
set propertyPath(a: string);
}