Class ScrollSnapHighlightConfig
ScrollSnapHighlightConfig
public sealed class ScrollSnapHighlightConfig
- Inheritance
-
ScrollSnapHighlightConfig
- Inherited Members
Properties
NodeId
Identifier of the node to highlight.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }
Property Value
ScrollSnapContainerHighlightConfig
A descriptor for the highlight appearance of scroll snap containers.
[JsonPropertyName("scrollSnapContainerHighlightConfig")]
public ScrollSnapContainerHighlightConfig ScrollSnapContainerHighlightConfig { get; set; }