spasm.spa

Undocumented in source.

Public Imports

spasm.types
public import spasm.types;
Undocumented in source.
spasm.dom
public import spasm.dom;
Undocumented in source.
spasm.node
public import spasm.node;
Undocumented in source.
spasm.event
public import spasm.event;
Undocumented in source.
spasm.array
public import spasm.array;
Undocumented in source.
spasm.css
public import spasm.css;
Undocumented in source.

Members

Functions

addApplicationCss
void addApplicationCss()
Undocumented in source. Be warned that the author may not have intended to support it.
assumeNoThrow
auto assumeNoThrow(T block)
Undocumented in source. Be warned that the author may not have intended to support it.
getRoot
Handle getRoot()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
param
auto param()
Undocumented in source. Be warned that the author may not have intended to support it.
renderToNode
auto renderToNode(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
renderToString
string renderToString(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
renderToString
string renderToString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

Spa
mixintemplate Spa(Application)
Undocumented in source.
Spa
mixintemplate Spa(Application, Theme)
Undocumented in source.

Structs

Param
struct Param(string name, alias field)
Undocumented in source.
Parameters
struct Parameters(Ps...)
Undocumented in source.

Meta