LinkOptionProps

external interface LinkOptionProps(source)

Inheritors

Properties

Link copied to clipboard

Configurable options to determine if the link should be considered active or not

Link copied to clipboard
abstract var disabled: Boolean?

Control whether the link should be disabled or not If set to true, the link will be rendered without an href attribute

Link copied to clipboard
abstract var preload: Preload?

The preloading strategy for this link

Link copied to clipboard
abstract var preloadDelay: Int?

When a preload strategy is set, this delays the preload by this many milliseconds. If the user exits the link before this delay, the preload will be cancelled.

Link copied to clipboard

When the preload strategy is set to intent, this controls the proximity of the link to the cursor before it is preloaded. If the user exits this proximity before this delay, the preload will be cancelled.

Link copied to clipboard
abstract var target: WindowTarget?

The standard anchor tag target attribute