提交 ee36a84f 编写于 作者: J Joao Moreno

document panelview

上级 9b945201
......@@ -31,7 +31,13 @@ export interface IPanelStyles {
}
/**
* Remember to call render after ctor
* A Panel is a structured SplitView view.
*
* WARNING: You must call `render()` after you contruct it.
* It can't be done automatically at the end of the ctor
* because of the order of property initialization in TypeScript.
* Subclasses wouldn't be able to set own properties
* before the `render()` call, thus forbiding their use.
*/
export abstract class Panel implements IView {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册