Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Body ¶
type Body struct { vecty.Core Ctx actions.Context `vecty:"prop"` Info string `vecty:"prop"` // contains filtered or unexported fields }
func (*Body) Render ¶
func (b *Body) Render() vecty.ComponentOrHTML
type PIPWindow ¶
type PIPWindow struct { // Only Elem supported is HTMLVideoElement Elem js.Value `vecty:"prop"` OnResize func(width, height float64, e *vecty.Event) `vecty:"prop"` }
PIPWindow implements https://developer.mozilla.org/en-US/docs/Web/API/Picture-in-Picture_API
func (*PIPWindow) RequestPIP ¶
RequestPIP is called when the PIP functionality is desired.
Click to show internal directories.
Click to hide internal directories.