Skip to content

Instantly share code, notes, and snippets.

@logicbomb
Created March 1, 2012 17:10
Show Gist options
  • Select an option

  • Save logicbomb/1951467 to your computer and use it in GitHub Desktop.

Select an option

Save logicbomb/1951467 to your computer and use it in GitHub Desktop.
InputModel
{
CommandName,
Name,
Properties
[{
Name,
PropertyType,
Choices [],
MultiChoice,
DefaultValue
}]
}
@logicbomb
Copy link
Author

  • Choices is an array of string
  • MultiChoice is a boolean indicating whether multiple values from the Choices array is valid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment