UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

15 lines (14 loc) 424 B
import { Base, Type } from "./type"; import { DescriptionPathIndexer } from "./DescriptionPathIndexer"; /** * @hidden */ export declare class DescriptionPathSegment extends Base { static $t: Type; private _elementName; get elementName(): string; set elementName(a: string); private _indexers; get indexers(): DescriptionPathIndexer[]; set indexers(a: DescriptionPathIndexer[]); }