OptionaltransientControls how the workbench router should pass this parameter to the workbench view.
By default, parameters are passed via the workbench URL as matrix parameters. Marking a parameter as "transient" instructs the router to pass it via navigational state, useful for large objects.
Transient parameters are not persistent, they are only added to the browser's session history to support back/forward browser navigation. Microfrontends must be able to restore state without relying on transient parameters.
Describes a parameter to be passed along with a view intent.
Inherit Doc