# 文档标题变化
## 示例
```js
// npm
myComponent.register(DocComponentEvent.SUITE_TITLE_CHANGE, function(title) {
  // ...
});

// sdk
myComponent.register('SUITE_TITLE_CHANGE', function(title) {
  // ...
});
```

## 返回
|属性|	类型|	说明|
| ---|----- | ------- | 
|title|	String |文档标题|
