ViewSheetProps
Props for the ViewSheet component.
Properties
children
children:
ReactNode
The trigger element that opens the sheet when clicked
defaultTab?
optionaldefaultTab:TabsName
The default tab to display when the sheet opens
id?
optionalid:string
The id to display
onCloseClick()?
optionalonCloseClick: (v) =>void
Event handler called when the sheet is closed
Parameters
v
boolean
Returns
void
onEditClick?
optionalonEditClick:VoidFuncNoParam
Event handler called when edit action is triggered
onRefreshItems?
optionalonRefreshItems:VoidFuncNoParam
Event handler called when need to be refreshed
resourceName?
optionalresourceName:string
The name to display
uiResourceMeta?
optionaluiResourceMeta:UiResourceMeta
Metadata about the item being displayed can be added to increase the performance of the component