mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 05:52:04 +00:00
annotate converter string
This commit is contained in:
parent
1c05ec5826
commit
aaac2994af
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ export class IfMessages extends LitElement {
|
|||
@property({
|
||||
type: Array,
|
||||
attribute: 'message-ids',
|
||||
converter: (value) => value.split(/,\s*/),
|
||||
converter: (value: string) => value.split(/,\s*/),
|
||||
})
|
||||
messageIDs: string[] = [];
|
||||
@property({type: Function, attribute: 'localize'}) localize: (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue