Type alias IExtension

IExtension: {
    appId: string;
    appName: string;
    extIsBundle: boolean;
    extIsLibrary: any;
    extName: any;
    extVersion: any;
    extVisible: any;
    objId: string;
    objType: string;
    qProps: IGenericObjectProperties;
}

Type declaration

  • appId: string
  • appName: string
  • extIsBundle: boolean
  • extIsLibrary: any
  • extName: any
  • extVersion: any
  • extVisible: any
  • objId: string
  • objType: string
  • qProps: IGenericObjectProperties