Class ContainerQueryContainerHighlightConfig


  • public class ContainerQueryContainerHighlightConfig
    extends java.lang.Object
    • Constructor Detail

      • ContainerQueryContainerHighlightConfig

        public ContainerQueryContainerHighlightConfig​(java.util.Optional<LineStyle> containerBorder,
                                                      java.util.Optional<LineStyle> descendantBorder)
    • Method Detail

      • getContainerBorder

        public java.util.Optional<LineStyle> getContainerBorder()
        The style of the container border.
      • getDescendantBorder

        public java.util.Optional<LineStyle> getDescendantBorder()
        The style of the descendants' borders.