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

grid: add todo

上级 c4551b74
......@@ -62,6 +62,7 @@ interface BoxBranchNode<T extends IView> {
readonly box: Box;
}
// TODO@Joao: should GridNodes already contain Box information? that would save us some memory here
type BoxNode<T extends IView> = BoxLeafNode<T> | BoxBranchNode<T>;
function isBoxBranchNode<T extends IView>(node: BoxNode<T>): node is BoxBranchNode<T> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册