UNPKG

generator-upendodnn

Version:

Scaffolds DNN extensions, including Modules (Webforms, SPA, and MVC), Persona Bar, Skin Object, Library, Scheduler, and Hotcakes Commerce projects (based on the generator built by Matt Rutledge).

16 lines (14 loc) 298 B
export class ContextInfo { /** * the DNN module id */ moduleId: number; /** * the DNN tab id (internal page number) */ tabId: number; /** * the security / anti-forgery token for api-requests */ antiForgeryToken: string; }