package ultraviolet type FrameComponentModel struct { URL string } type FrameComponentOptions struct { View View Model FrameComponentModel } type FrameComponent interface { SetUrl(url string) }