Parameter

Function parameter

Members

Variables

defaultValue
string defaultValue;

the default value defined in D, but as a string, if present

hasDefault
bool hasDefault;

if there was a default defined in the function

name
string name;

name (not always accurate)

optionValues
string[] optionValues;

.

options
string[] options;

possible options for selects

staticType
string staticType;

original type

type
string type;

type of HTML element to create when asking

validator
string validator;

FIXME

Suggestion Box / Bug Report