Blip::model: Difference between revisions
(Created page with "{{Incomplete Functions}}") |
No edit summary |
||
| Line 1: | Line 1: | ||
__TOC__ | |||
'''Property used to get/set blip model''' | |||
== Syntax == | |||
<syntaxhighlight lang="javascript"> | |||
blip.model; | |||
blip.model = 'id'; | |||
</syntaxhighlight> | |||
===Return value=== | |||
*<font color='red'>'''int'''</font> | |||
Latest revision as of 09:59, 22 December 2017
Property used to get/set blip model
Syntax
blip.model;
blip.model = 'id';
Return value
- int