Class SetNavigationTextCommandResponse
Response for Modifies the expression of a navigation at-rule.
public sealed class SetNavigationTextCommandResponse : ICommandResponse<SetNavigationTextCommandSettings>, ICommandResponse
- Inheritance
-
SetNavigationTextCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Navigation
The resulting CSS Navigation rule after modification.
[JsonPropertyName("navigation")]
public CSSNavigation Navigation { get; set; }