EditResourceConfig
Configuration options for customizing the appearance and behavior of the EditResource component
See
EditResourceProps for component props that accept this configuration
Properties
additionalResources?
optionaladditionalResources:string[]
Array of additional resource names to be included in tabs
backArrowUrl?
optionalbackArrowUrl:string
Custom Url to navigate to when the back arrow is clicked Only used when showBackArrow is true
columns?
optionalcolumns:number
Number of columns for displaying form fields (1 or 2)
customActionFields?
optionalcustomActionFields:EditResourceCustomFieldConfig[]
Array of custom field configurations to be displayed within the edit resource form
displayMode?
optionaldisplayMode:EditResourceConfigDisplayMode
Controls the overall display mode of the edit form
hiddenRelatedResources?
optionalhiddenRelatedResources:string[]
Array of related resource names that should be hidden
hideBottomCancelButton?
optionalhideBottomCancelButton:boolean
Hides the cancel button in the bottom section
hideBottomDeleteButton?
optionalhideBottomDeleteButton:boolean
Hides the delete button in the bottom section
hideBottomSaveButton?
optionalhideBottomSaveButton:boolean
Hides the save button in the bottom section
hideExpandButton?
optionalhideExpandButton:boolean
Hides the expand button for showing hidden properties
hideTopCancelButton?
optionalhideTopCancelButton:boolean
Hides the cancel button in the top section
hideTopDeleteButton?
optionalhideTopDeleteButton:boolean
Hides the delete button in the top section
hideTopSaveButton?
optionalhideTopSaveButton:boolean
Hides the save button in the top section
propertyConfigs
propertyConfigs:
Map<string,EditResourcePropertyConfig>
Map of property configurations keyed by property name
showBackArrow?
optionalshowBackArrow:boolean
Controls visibility of the back navigation arrow
showImageUrlField?
optionalshowImageUrlField:boolean
When true, enables the ability to change the image Url of the resource
showManageLinks?
optionalshowManageLinks:boolean
Shows management links for the resource
showResourceImage?
optionalshowResourceImage:boolean
Controls visibility of the resource image
showSavingStatus?
optionalshowSavingStatus:boolean
Determines whether the saving status indicator is displayed
showTitle?
optionalshowTitle:boolean
Controls visibility of the resource title
tableConfig?
optionaltableConfig:TableConfig
Configuration for the table displayed in tabs (for related resources)
tabsConfig?
optionaltabsConfig:EditResourceTabsConfig
Configuration for tabs layout and visibility
unstableLayout?
optionalunstableLayout:Layout
Allows customizing the component's layout.
whitelistPropertiesOnly?
optionalwhitelistPropertiesOnly:boolean
When true, only properties explicitly defined in propertyConfigs with visible=true will be displayed