setGlobalInspectOptions
Call Signature
Section titled “Call Signature”function setGlobalInspectOptions(options): Partial<InspectOptions>Set a context with configuration options for Inspect
Alternative to using the InspectOptionsProvider-component.
Parameters
Section titled “Parameters”options
Section titled “options”() => Partial<InspectOptions>
Returns
Section titled “Returns”Partial<InspectOptions>
Call Signature
Section titled “Call Signature”function setGlobalInspectOptions(options): Partial<InspectOptions>Set a context with configuration options for Inspect
Parameters
Section titled “Parameters”options
Section titled “options”Partial<InspectOptions>
Returns
Section titled “Returns”Partial<InspectOptions>
Deprecated
Section titled “Deprecated”pass a function that returns the options instead of an object