spaceList

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultPageSize = 10
	DefaultPageNo   = 1
)

Variables

This section is empty.

Functions

func RenderCreator

func RenderCreator() protocol.CompRender

Types

type ClickRowOperation

type ClickRowOperation struct {
	Key     string                   `json:"key"`
	Reload  bool                     `json:"reload"`
	Command ClickRowOperationCommand `json:"command"`
}

type ClickRowOperationCommand

type ClickRowOperationCommand struct {
	Key     string                 `json:"key"`
	State   map[string]interface{} `json:"state"`
	Target  string                 `json:"target"`
	JumpOut bool                   `json:"jumpOut"`
}

type ClickRowOperationCommandState

type ClickRowOperationCommandState struct {
}

type ComponentSpaceList

type ComponentSpaceList struct {
	CtxBdl protocol.ContextBundle
	State  state                  `json:"state"`
	Props  spec.Props             `json:"props"`
	Data   map[string]interface{} `json:"data"`
}

func (*ComponentSpaceList) SetBundle

type ListSpaceOperation

type ListSpaceOperation struct {
	Key    string `json:"key"`
	Reload bool   `json:"reload"`
}

type RenderType

type RenderType string
var (
	RenderTable RenderType = "tableOperation"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL