Choices Module.
Functions - API calls offered directly by the extension
Methods - API calls which can only be made on an object returned by a constructor
cp.choices.new(type) -> choices
cp.choices
type
choices
cp.choices:getChoices() -> array of choices
cp.choices:new(choiceType) -> choices.builder
text
</li><li>choices:add("Do Something")</li><li> :subText("Cool Actions")</li><li> :params({</li><li> one = "foo",</li><li> two = "bar",</li><li> })</li><li>