spasm.spa

Undocumented in source.

Public Imports

spasm.types
public import spasm.types;
spasm.dom
public import spasm.dom;
spasm.node
public import spasm.node;
spasm.event
public import spasm.event;
spasm.array
public import spasm.array;
spasm.css
public import spasm.css;

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