import { IPSAppWFUIActionGroupDetail } from '../../app/wf/ipsapp-wfuiaction-group-detail'; import { IPSUIAction } from '../../view/ipsuiaction'; import { IPSWFUIActionGroupDetail } from './ipswfuiaction-group-detail'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSWFUIActionGroupDetailImpl extends PSModelObjectImpl implements IPSWFUIActionGroupDetail, IPSAppWFUIActionGroupDetail { get actionLevel(): 50 | 100 | 200 | 250; get codeName(): string; get detailTag(): string; get detailTag2(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psuiaction: IPSUIAction | null; getPSUIAction(): IPSUIAction | null; get psUIAction(): IPSUIAction | null; getPSUIActionMust(): IPSUIAction; get rTMOSFilePath(): string; get uIActionParamJO(): IModel; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get addSeparator(): boolean; get showCaption(): boolean; get showIcon(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pswfuiaction-group-detail-impl.d.ts.map