PreloadingAttemptSource

@Serializable
data class PreloadingAttemptSource(val key: PreloadingAttemptKey, val ruleSetIds: List<RuleSetId>, val nodeIds: List<BackendNodeId>)(source)

Lists sources for a preloading attempt, specifically the ids of rule sets that had a speculation rule that triggered the attempt, and the BackendNodeIds of or elements that triggered the attempt (in the case of attempts triggered by a document rule). It is possible for mulitple rule sets and links to trigger a single attempt.

Official doc

Constructors

Link copied to clipboard
constructor(key: PreloadingAttemptKey, ruleSetIds: List<RuleSetId>, nodeIds: List<BackendNodeId>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard