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