hunt-framework ~master (2022-03-03T03:02:45Z)
Home
Dub
Repo
FormArg
hunt
framework
view
Render
Undocumented in source.
struct
FormArg {
string
name
;
Nullable
!
UniNode
def
;
this
(string name);
this
(string name, UniNode def);
}
Constructors
this
this
(string name)
Undocumented in source.
this
this
(string name, UniNode def)
Undocumented in source.
Members
Variables
def
Nullable
!
UniNode
def
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
hunt
framework
view
Render
classes
Context
Render
functions
registerFunction
structs
AppliedFilter
FormArg
Macro