PlatformState
Representation of the current platform state.
class PlatformState {
renderToString(): string
getDocument(): any
}
Methods
renderToString() |
---|
Renders the current state of the platform to string. |
ParametersThere are no parameters. Returns
|
getDocument() |
---|
Returns the current DOM state. |
ParametersThere are no parameters. Returns
|