The type of data being passed to the ITabsModal component.
The type of payload being passed to the ITabsModal component.
OptionalAfterA component that is rendered after the title of the ITabsModal.
OptionalBeforeA component that is rendered before the title of the ITabsModal.
OptionaldataThe data of the ITabsModal.
OptionalfallbackA function that is called when an error occurs in the ITabsModal.
OptionalfetchThe fetch state of the ITabsModal.
OptionalfullDetermines if the ITabsModal should be full screen or not.
OptionalhiddenDetermines if the ITabsModal should be hidden or not.
OptionalmapA function that maps the data to the initialData.
OptionalmapA function that maps the data to the payload.
OptionalonA function that is called when the ITabsModal is closed.
OptionalonA function that is called when the ITabsModal finishes loading.
OptionalonA function that is called when the ITabsModal starts loading.
OptionalonA function that is called when the ITabsModal is mounted.
OptionalonA function that handles the submission of data and payload.
OptionalonA function that is called when the ITabsModal is unmounted.
The behavior subject that determines if the ITabsModal is open or closed.
OptionalreloadThe subject that triggers a reload of the ITabsModal.
The routes of the ITabsModal.
OptionalsizeA function that determines the size of the ITabsModal.
OptionalsubmitOptionalsubmitThe label for the submit button of the ITabsModal.
OptionalthrowDetermines if the ITabsModal should throw an error or not.
OptionaltitleThe title of the ITabsModal.
OptionalwithDetermines if the ITabsModal has an action button or not.
OptionalwithDetermines if the ITabsModal has a static action or not.
Represents the props for the ITabsModal component.