Search
Preparing search index...
The search index is not available
lit-html
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
"lib/repeat"
External module "lib/repeat"
Index
Type aliases
Item
Template
Key
Fn
Repeat
Result
Functions
repeat
Type aliases
Item
Template
Item
Template
:
function
Type declaration
(
item
:
T
, index
:
number
)
:
any
Parameters
item:
T
index:
number
Returns
any
Key
Fn
Key
Fn
:
function
Type declaration
(
item
:
T
)
:
any
Parameters
item:
T
Returns
any
Repeat
Result
Repeat
Result
:
function
Type declaration
(
part
:
NodePart
)
:
any
Parameters
part:
NodePart
Returns
any
Functions
repeat
repeat<T>
(
items
:
T
[]
, keyFn
:
KeyFn
<
T
>
, template
:
ItemTemplate
<
T
>
)
:
RepeatResult
repeat<T>
(
items
:
T
[]
, template
:
ItemTemplate
<
T
>
)
:
RepeatResult
Type parameters
T
Parameters
items:
T
[]
keyFn:
KeyFn
<
T
>
template:
ItemTemplate
<
T
>
Returns
RepeatResult
Type parameters
T
Parameters
items:
T
[]
template:
ItemTemplate
<
T
>
Returns
RepeatResult
Globals
"lib/lit-
extended"
"lib/repeat"
"lib/until"
"lit-
html"
Item
Template
Key
Fn
Repeat
Result
repeat
Generated using
TypeDoc