@finos/perspective-react
Preparing search index...
PerspectiveViewerProps
Interface PerspectiveViewerProps
interface
PerspectiveViewerProps
{
className
?:
string
;
config
?:
ViewerConfigUpdate
;
hidden
?:
boolean
;
id
?:
string
;
onClick
?:
(
data
:
PerspectiveClickEventDetail
)
=>
void
;
onConfigUpdate
?:
(
config
:
ViewerConfigUpdate
)
=>
void
;
onSelect
?:
(
data
:
PerspectiveSelectEventDetail
)
=>
void
;
slot
?:
string
;
style
?:
CSSProperties
;
tabIndex
?:
number
;
table
?:
Table
|
Promise
<
Table
>
;
title
?:
string
;
}
Index
Properties
class
Name?
config?
hidden?
id?
on
Click?
on
Config
Update?
on
Select?
slot?
style?
tab
Index?
table?
title?
Properties
Optional
class
Name
className
?:
string
Optional
config
config
?:
ViewerConfigUpdate
Optional
hidden
hidden
?:
boolean
Optional
id
id
?:
string
Optional
on
Click
onClick
?:
(
data
:
PerspectiveClickEventDetail
)
=>
void
Optional
on
Config
Update
onConfigUpdate
?:
(
config
:
ViewerConfigUpdate
)
=>
void
Optional
on
Select
onSelect
?:
(
data
:
PerspectiveSelectEventDetail
)
=>
void
Optional
slot
slot
?:
string
Optional
style
style
?:
CSSProperties
Optional
tab
Index
tabIndex
?:
number
Optional
table
table
?:
Table
|
Promise
<
Table
>
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
config
hidden
id
on
Click
on
Config
Update
on
Select
slot
style
tab
Index
table
title
@finos/perspective-react
Loading...