# Functions
NewView returns ComponentStyleBuilder with provided id.
NewView returns an empty Builder.
NewViewFromConfigFile instantiates a default View implementation with configuration loaded from provided YAML configuration file.
# Structs
ComponentStyle is a structure that represents custom view style that can be applied to scraped components.
# Interfaces
Builder simplifies instantiation of default View implementation.
ComponentStyleBuilder simplifies instantiation of default ComponentStyle implementation.
View defines generic view.