devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
42 lines (41 loc) • 1.58 kB
TypeScript
/*!
* devextreme-angular
* Version: 22.1.14
* Build date: Mon Apr 29 2024
*
* Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/devextreme-angular
*/
import { CollectionNestedOption } from 'devextreme-angular/core';
import { dxButtonOptions } from 'devextreme/ui/button';
import * as i0 from "@angular/core";
export declare abstract class DxiTextEditorButton extends CollectionNestedOption {
get location(): string;
set location(value: string);
get name(): string | undefined;
set name(value: string | undefined);
get options(): dxButtonOptions | undefined;
set options(value: dxButtonOptions | undefined);
get cssClass(): string;
set cssClass(value: string);
get disabled(): boolean | Function;
set disabled(value: boolean | Function);
get hint(): string;
set hint(value: string);
get icon(): string;
set icon(value: string);
get onClick(): Function;
set onClick(value: Function);
get template(): any;
set template(value: any);
get text(): string;
set text(value: string);
get visible(): boolean | Function;
set visible(value: boolean | Function);
static ɵfac: i0.ɵɵFactoryDeclaration<DxiTextEditorButton, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiTextEditorButton, "ng-component", never, {}, {}, never, never>;
}