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