Type Alias IContext

IContext: {
    file: Document;
    stack: IXmlableObject[];
    viewWrapper: IViewWrapper;
}