Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
lang-jinja
/
com.monkopedia.kodemirror.lang.jinja
/
JinjaCompletionConfig
/
JinjaCompletionConfig
Jinja
Completion
Config
constructor
(
tags
:
List
<
Completion
>
?
=
null
,
variables
:
List
<
Completion
>
?
=
null
,
properties
:
(
List
<
String
>
,
EditorState
,
CompletionContext
)
->
List
<
Completion
>
?
=
null
)