TableSectionElement.created 构造函数

TableSectionElement.created()

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

只能通过子类从其 created 构造函数中调用。

实现

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