Update autocompletion for widget configuration access (#1731)
Follow-up for PR #1698 where I forgot this. Signed-off-by: Florian Hotze <florianh_dev@icloud.com>pull/1741/head
parent
a028d1ce90
commit
30ca65ef4b
|
@ -105,6 +105,7 @@ function hintExpression (cm, line) {
|
|||
list: [
|
||||
{ text: 'items.', displayText: 'items', description: 'Access to item states' },
|
||||
{ text: 'props.', displayText: 'props', description: 'Access to the props of the parent root component' },
|
||||
{ text: 'config.', displayText: 'config', description: 'Access to the configuration of the current component' },
|
||||
{ text: 'vars.', displayText: 'vars', description: 'Access to context vars' },
|
||||
{ text: 'loop.', displayText: 'loop', description: 'Access to oh-repeater loop variables' },
|
||||
{ text: 'JSON.', displayText: 'JSON', description: 'Access to the JSON object functions' },
|
||||
|
|
Loading…
Reference in New Issue