Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DialogComponent ¶
type DialogComponent struct { hiro.Component Props Props `json:"-"` Cancel Config `json:"-"` Submit Config `json:"-"` HandlerFunc func(action Node) Node `json:"-"` }
func (*DialogComponent) HandleClose ¶
func (c *DialogComponent) HandleClose() error
func (*DialogComponent) HandleOpen ¶
func (c *DialogComponent) HandleOpen() error
func (*DialogComponent) Mount ¶
func (c *DialogComponent) Mount()
func (*DialogComponent) Name ¶
func (c *DialogComponent) Name() string
func (*DialogComponent) Node ¶
func (c *DialogComponent) Node() Node
Click to show internal directories.
Click to hide internal directories.