dxx v0.2.1 (2018-12-18T20:09:57Z)
Dub
Repo
PlatformJob
dxx
app
platform
Undocumented in source.
interface
PlatformJob {
T
getProperty
(string id);
void
setProperty
(T t, string id);
}
Members
Functions
getProperty
T
getProperty
(string id)
Undocumented in source.
setProperty
void
setProperty
(T t, string id)
Undocumented in source.
Meta
Source
See Implementation
dxx
app
platform
aliases
DXXParam
classes
Platform
PlatformJobBase
PlatformRuntime
interfaces
PlatformComponents
PlatformJob
structs
PlatformParam
PluginDef