dxx ~master (2021-11-02T05:31:47.8866387)
Dub
Repo
ProjectType
dxx
app
resource
project
Undocumented in source.
interface
ProjectType {
inout
(
string
)
typeName
[@property getter];
string
[]
buildCommand
();
string
[]
execCommand
();
}
Members
Functions
buildCommand
string
[]
buildCommand
()
Undocumented in source.
execCommand
string
[]
execCommand
()
Undocumented in source.
Properties
typeName
inout
(
string
)
typeName
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
dxx
app
resource
project
classes
DefaultProjectType
ProjectBase
ProjectTypeBase
interfaces
ProjectType