docs » cp.choices.builder
Choices Builder Module.
- Functions - API calls offered directly by the extension
- new
- Methods - API calls which can only be made on an object returned by a constructor
- id
- params
- subText
- text
Signature | cp.choices.builder.new(choiceType) -> builder |
---|---|
Type | Function |
Description | Creates a new choice builder instance. |
Parameters |
|
Returns |
|
Signature | cp.choices.builder:id(value) -> builder |
---|---|
Type | Method |
Description | Indicates the choice is a favorite. |
Parameters |
|
Returns |
|
Signature | cp.choices.builder:params(value) -> builder |
---|---|
Type | Method |
Description | Specifies a table of parameter values for the choice. These |
Parameters |
|
Returns |
|
Signature | cp.choices.builder:subText(value) -> builder |
---|---|
Type | Method |
Description | Specifies the subText value for the choice being built. |
Parameters |
|
Returns |
|
Signature | cp.choices.builder:text(value) -> builder |
---|---|
Type | Method |
Description | Specifies the text value for the choice being built. |
Parameters |
|
Returns |
|