devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
39 lines (38 loc) • 1.71 kB
TypeScript
/*!
* devextreme-angular
* Version: 24.2.6
* Build date: Mon Mar 17 2025
*
* Copyright (c) 2012 - 2025 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 { Store } from 'devextreme/data';
import DataSource, { Options as DataSourceOptions } from 'devextreme/data/data_source';
import * as i0 from "@angular/core";
export declare abstract class DxiHtmlEditorMention extends CollectionNestedOption {
get dataSource(): Store | DataSource | DataSourceOptions | null | string | Array<any>;
set dataSource(value: Store | DataSource | DataSourceOptions | null | string | Array<any>);
get displayExpr(): Function | string;
set displayExpr(value: Function | string);
get itemTemplate(): any;
set itemTemplate(value: any);
get marker(): string;
set marker(value: string);
get minSearchLength(): number;
set minSearchLength(value: number);
get searchExpr(): Function | string | Array<Function | string>;
set searchExpr(value: Function | string | Array<Function | string>);
get searchTimeout(): number;
set searchTimeout(value: number);
get template(): any;
set template(value: any);
get valueExpr(): Function | string;
set valueExpr(value: Function | string);
static ɵfac: i0.ɵɵFactoryDeclaration<DxiHtmlEditorMention, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiHtmlEditorMention, "ng-component", never, {}, {}, never, never, false, never>;
}