Trilium Frontend API
Preparing search index...
<internal>
NoteAutocompleteProps
Interface NoteAutocompleteProps
interface
NoteAutocompleteProps
{
container
?:
RefObject
<
HTMLElement
>
;
containerStyle
?:
CSSProperties
;
id
?:
string
;
inputRef
?:
RefObject
<
HTMLInputElement
>
;
noteId
?:
string
;
noteIdChanged
?:
(
noteId
:
string
)
=>
void
;
onBlur
?:
(
newValue
:
string
)
=>
void
;
onChange
?:
(
suggestion
:
Suggestion
)
=>
void
;
onKeyDown
?:
(
e
:
KeyboardEvent
)
=>
void
;
onTextChange
?:
(
text
:
string
)
=>
void
;
opts
?:
Omit
<
Options
,
"container"
>
;
placeholder
?:
string
;
text
?:
string
;
}
Index
Properties
container?
container
Style?
id?
input
Ref?
note
Id?
note
Id
Changed?
on
Blur?
on
Change?
on
Key
Down?
on
Text
Change?
opts?
placeholder?
text?
Properties
Optional
container
container
?:
RefObject
<
HTMLElement
>
Optional
container
Style
containerStyle
?:
CSSProperties
Optional
id
id
?:
string
Optional
input
Ref
inputRef
?:
RefObject
<
HTMLInputElement
>
Optional
note
Id
noteId
?:
string
Optional
note
Id
Changed
noteIdChanged
?:
(
noteId
:
string
)
=>
void
Optional
on
Blur
onBlur
?:
(
newValue
:
string
)
=>
void
Optional
on
Change
onChange
?:
(
suggestion
:
Suggestion
)
=>
void
Optional
on
Key
Down
onKeyDown
?:
(
e
:
KeyboardEvent
)
=>
void
Optional
on
Text
Change
onTextChange
?:
(
text
:
string
)
=>
void
Optional
opts
opts
?:
Omit
<
Options
,
"container"
>
Optional
placeholder
placeholder
?:
string
Optional
text
text
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
container
container
Style
id
input
Ref
note
Id
note
Id
Changed
on
Blur
on
Change
on
Key
Down
on
Text
Change
opts
placeholder
text
Trilium Frontend API
Loading...