import { IPSApplicationLogic } from './ipsapplication-logic'; import { IPSAppDataEntity } from './dataentity/ipsapp-data-entity'; import { IPSAppUILogic } from './logic/ipsapp-uilogic'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSApplicationLogicImpl extends PSModelObjectImpl implements IPSApplicationLogic { get codeName(): string; get dynaModelFilePath(): string; get eventArg(): string; get eventArg2(): string; get eventNames(): string; get logicTag(): string; get logicType(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psappdataentity: IPSAppDataEntity | null; getPSAppDataEntity(): IPSAppDataEntity | null; get psAppDataEntity(): IPSAppDataEntity | null; getPSAppDataEntityMust(): IPSAppDataEntity; protected psappuilogic: IPSAppUILogic | null; getPSAppUILogic(): IPSAppUILogic | null; get psAppUILogic(): IPSAppUILogic | null; getPSAppUILogicMust(): IPSAppUILogic; get rTMOSFilePath(): string; get scriptCode(): string; get timer(): number; get triggerType(): 'TIMER' | 'CTRLEVENT' | 'VIEWEVENT' | 'APPEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapplication-logic-impl.d.ts.map