The props object containing the component's properties.
Represents the properties of the IScaffold2 component.
Optionalactions?: IScaffold2Action<T>[]Specifies the active option path.
OptionalactiveTabPath?: stringRepresents the path of the active tab.
OptionalAfterAppName?: anyRepresents the type definition for the AfterAppName variable.
OptionalAfterContent?: anyRepresents a React component type for rendering content after the main content.
OptionalAfterMenuContent?: anyType definition for the variable AfterMenuContent.
OptionalAfterSearch?: anyRepresents a React component type for the AfterSearch component.
OptionalappName?: stringOptionalBeforeActionMenu?: anyRepresents a React component BeforeActionMenu.
OptionalBeforeContent?: anyRepresents the BeforeContent variable.
OptionalBeforeMenuContent?: anyRepresents the type definition for the BeforeMenuContent variable.
OptionalBeforeSearch?: anyBeforeSearch is a React component type used for rendering a component before the search functionality.
OptionalclassName?: stringOptionalCopyright?: anyThe Copyright component is a React component that represents a copyright notice. It can be used in a React application to display the copyright information.
Optionaldense?: booleanOptionaldeps?: any[]An array of dependencies.
OptionaldisableBackdropTransition?: booleanFlag to indicate whether backdrop transition should be disabled.
OptionaldisableDiscovery?: booleanThe variable disableDiscovery determines if the discovery feature is enabled or disabled.
OptionaldisableSwipeToOpen?: booleanRepresents whether swipe to open functionality is disabled or not.
Optionalfallback?: (e: Error) => voidRepresents a function that acts as a fallback, which is executed when an error occurs.
OptionalfixedHeader?: booleanOptionalloading?: number | booleanOptionalnoAppName?: booleanOptionalnoContent?: booleanOptionalnoOptionHover?: booleanOptionalnoSearch?: booleanOptionalonAction?: (name: string) => voidRepresents a optional callback function that is triggered when an action is performed.
The function takes a name parameter of type string and returns void.
OptionalonInit?: () => void | Promise<void>OptionalonLoadEnd?: (isOk: boolean) => voidRepresents a callback function that is called when the loading process ends.
OptionalonLoadStart?: () => voidRepresents a callback function that will be invoked when a load operation starts.
OptionalonOptionClick?: (path: string, id: string) => undefined | boolean | voidCallback function that is triggered when an option is clicked.
OptionalonOptionGroupClick?: (path: string, id: string) => undefined | boolean | voidFunction called when an option group is clicked.
OptionalonTabChange?: (path: string, tab: string, id: string) => voidRepresents a callback for when a tab change event occurs.
Optionalpayload?: TOptionalstyle?: anyOptionalswipeAreaWidth?: numberThe width of the swipe area.
Optionalsx?: anyOptionalthrowError?: booleanIndicates whether an error should be thrown.
Represents a scaffold component that provides state management and context providers.
Function
Scaffold2