TanStackRouterDevtoolsOptions

Properties

Link copied to clipboard

Use this to add props to the close button. For example, you can add className, style (merge and override default style), onClick (extend default handler), etc.

Link copied to clipboard
abstract var containerElement: Any?

Use this to render the devtools inside a different type of container element for a11y purposes. Any string which corresponds to a valid intrinsic JSX element is allowed. Defaults to 'footer'.

Link copied to clipboard
abstract var initialIsOpen: Boolean?

Set this true if you want the dev tools to default to being open

Link copied to clipboard
abstract var key: Key?
Link copied to clipboard

Use this to add props to the panel. For example, you can add className, style (merge and override default style), etc.

Link copied to clipboard
abstract var position: Position?

The position of the TanStack Router logo to open and close the devtools panel. Defaults to 'bottom-left'.

Link copied to clipboard
abstract var router: Router?

The router instance to use for the devtools.

Link copied to clipboard

Use this to attach the devtool's styles to specific element in the DOM.

Link copied to clipboard

Use this to add props to the toggle button. For example, you can add className, style (merge and override default style), onClick (extend default handler), etc.

Functions

Link copied to clipboard
open inline operator fun Props?.unaryPlus()