import { IPSAppCounterRef } from '../control/ipsapp-counter-ref'; import { IPSAppViewUIAction } from './ipsapp-view-uiaction'; import { IPSUIAction } from '../../view/ipsuiaction'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppViewUIActionImpl extends PSModelObjectImpl implements IPSAppViewUIAction { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psappcounterref: IPSAppCounterRef | null; getPSAppCounterRef(): IPSAppCounterRef | null; get psAppCounterRef(): IPSAppCounterRef | null; getPSAppCounterRefMust(): IPSAppCounterRef; protected psuiaction: IPSUIAction | null; getPSUIAction(): IPSUIAction | null; get psUIAction(): IPSUIAction | null; getPSUIActionMust(): IPSUIAction; get rTMOSFilePath(): string; get uIActionParamJO(): IModel; get uIActionTarget(): 'SINGLEDATA' | 'SINGLEKEY' | 'MULTIDATA' | 'MULTIKEY' | 'NONE'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get xDataControlName(): string; get saveTargetFirst(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-view-uiaction-impl.d.ts.map