填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

PlatformState

Representation of the current platform state.

      
      class PlatformState {
  renderToString(): string
  getDocument(): any
}
    

方法

Renders the current state of the platform to string.

renderToString(): string
      
      renderToString(): string
    
参数

没有参数。

返回值

string

Returns the current DOM state.

getDocument(): any
      
      getDocument(): any
    
参数

没有参数。

返回值

any