##// END OF EJS Templates
implemented @on("event-name") decorator for event handlers
implemented @on("event-name") decorator for event handlers

File last commit:

r67:ff3695b0a48f v1.1.1 default
r73:fdde09e66c00 v1.2.0 default
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;