TableSectionElement.created 构造函数

TableSectionElement.created()

当自定义元素被创建时,DOM实例化的构造函数。

此方法只能由子类在它们的 created 构造函数中调用。

实现

TableSectionElement.created() : super.created();