PlatformState
Class
stable
Representation of the current platform state.
API
class PlatformState { constructor(_doc: any): PlatformState; renderToString(): string; getDocument(): any;}
constructor
PlatformState@param_doc
any@returns
PlatformStaterenderToString
stringRenders the current state of the platform to string.
@returns
stringgetDocument
anyReturns the current DOM state.
@returns
anyJump to details