ontimize-web-ngx
Version:
Ontimize Web framework using Angular 15
14 lines (13 loc) • 816 B
TypeScript
import { OTreeComponent } from '../../components/tree/o-tree.component';
import { AbstractComponentStateService } from './o-component-state.service';
import { OTreeComponentStateClass } from './o-tree-component-state.class';
import * as i0 from "@angular/core";
export declare class OTreeComponentStateService extends AbstractComponentStateService<OTreeComponentStateClass, OTreeComponent> {
initialize(component: OTreeComponent): void;
initializeState(state: OTreeComponentStateClass): void;
getDataToStore(): any;
protected getTablePropertiesToStore(properties: string[]): any;
protected getTreePropertyToStore(property: string): any;
static ɵfac: i0.ɵɵFactoryDeclaration<OTreeComponentStateService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<OTreeComponentStateService>;
}