Preparing search index...
The search index is not available
sj-design
sj-design
component-library.ui.data-grid/dist
GridToolbarExportProps
Interface GridToolbarExportProps
interface
GridToolbarExportProps
{
csvOptions
?:
GridCsvExportOptions
&
GridExportDisplayOptions
;
printOptions
?:
GridPrintExportOptions
&
GridExportDisplayOptions
;
slotProps
?:
{
button
?:
Partial
<
ButtonProps
>
;
tooltip
?:
Partial
<
TooltipProps
>
;
}
;
[
x
:
`
data-
${
string
}
`
]
:
string
;
}
Hierarchy (
view full
)
GridToolbarExportProps
GridToolbarProps
Indexable
[
x
:
`
data-
${
string
}
`
]:
string
Index
Properties
csv
Options?
print
Options?
slot
Props?
Properties
Optional
csv
Options
csv
Options
?:
GridCsvExportOptions
&
GridExportDisplayOptions
Optional
print
Options
print
Options
?:
GridPrintExportOptions
&
GridExportDisplayOptions
Optional
slot
Props
slot
Props
?:
{
button
?:
Partial
<
ButtonProps
>
;
tooltip
?:
Partial
<
TooltipProps
>
;
}
The props used for each slot inside.
Default
{}
Copy
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
csv
Options
print
Options
slot
Props
sj-design
Loading...
The props used for each slot inside.