##// END OF EJS Templates
Added test widgets to the playground
Added test widgets to the playground

File last commit:

r67:ff3695b0a48f v1.1.1 default
r100:ff52224a63f0 v1.3
Show More
WidgetContext.ts
11 lines | 232 B | video/mp2t | TypeScriptLexer
/ djx / src / main / ts / tsx / WidgetContext.ts
cin
Converted to subproject djx, removed dojo-typings
r65 import { WidgetRendition } from "./WidgetRendition";
/**
* @deprecated use WidgetRendition
*/
export type WidgetContext = WidgetRendition;
/**
* @deprecated use WidgetRendition
*/
cin
Fixed RenditionBase.placeAt for DjxFragment
r67 export const WidgetContext = WidgetRendition;