Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LayoutContext ¶
type LayoutNode ¶
type LayoutNode = layoutnode.LayoutNode
type Runtime ¶
type Runtime interface {
Run(LayoutContext, api.Composer, api.Composable) op.CallOp
}
func NewRuntime ¶
func NewRuntime(options ...RuntimeOption) Runtime
type RuntimeOption ¶ added in v0.1.92
type RuntimeOption func(*RuntimeOptions)
func WithOnEndFrame ¶ added in v0.1.92
func WithOnEndFrame(onEndFrame func()) RuntimeOption
func WithOnStartFrame ¶ added in v0.1.92
func WithOnStartFrame(onStartFrame func()) RuntimeOption
type RuntimeOptions ¶ added in v0.1.92
type RuntimeOptions struct {
OnStartFrame func()
OnEndFrame func()
}
func DefaultRuntimeOptions ¶ added in v0.1.92
func DefaultRuntimeOptions() RuntimeOptions
Click to show internal directories.
Click to hide internal directories.