TimeElement.created 构造函数

TimeElement.created()

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

此函数只能由子类在其创建构造函数中调用。

实现

TimeElement.created() : super.created();