@refinio/one.ui
Preparing search index...
ui/views/journal/Journal
EventTypes
Type Alias EventTypes
The structure of an event
type
EventTypes
=
{
addonRenderFn
?:
(
entry
:
JournalEntry
,
)
=>
React.ReactElement
|
void
|
undefined
|
null
;
icon
?:
React.ReactElement
;
name
:
string
;
path
?:
string
;
rowRenderFn
?:
(
entry
:
JournalEntry
)
=>
React.ReactElement
;
titleRenderFn
?:
(
data
:
unknown
)
=>
React.ReactElement
;
type
:
string
;
}
Index
Properties
addon
Render
Fn?
icon?
name
path?
row
Render
Fn?
title
Render
Fn?
type
Properties
Optional
addon
Render
Fn
addonRenderFn
?:
(
entry
:
JournalEntry
,
)
=>
React.ReactElement
|
void
|
undefined
|
null
Optional
icon
icon
?:
React.ReactElement
name
name
:
string
Optional
path
path
?:
string
Optional
row
Render
Fn
rowRenderFn
?:
(
entry
:
JournalEntry
)
=>
React.ReactElement
Optional
title
Render
Fn
titleRenderFn
?:
(
data
:
unknown
)
=>
React.ReactElement
type
type
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
addon
Render
Fn
icon
name
path
row
Render
Fn
title
Render
Fn
type
@refinio/one.ui
Loading...
The structure of an event