@omnia/foundation
Version:
Provide omnia foundation typings and tooling work on client side for omnia extension
8 lines (7 loc) • 323 B
TypeScript
import { AjaxService } from "./AjaxService";
import { Shared } from '../../../models';
export declare class PortalPageService {
private ajaxService;
constructor(ajaxService: AjaxService);
getWebParts: (pageUrl: string, webpartIds: string[], renderer: (result: Shared.IPortalWebpart[]) => any) => void;
}