spaceList

package
v1.3.0-rc.0...-12c9840 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultPageSize = 10
	DefaultPageNo   = 1
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ArchiveStatus

type ArchiveStatus struct {
	Status string `json:"status"`
	Text   string `json:"text"`
}

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 {
	State state                  `json:"state"`
	Props spec.Props             `json:"props"`
	Data  map[string]interface{} `json:"data"`
	// contains filtered or unexported fields
}

func (*ComponentSpaceList) Render

type ExtraInfos

type ExtraInfos struct {
	Icon    string `json:"icon,omitempty"`
	Text    string `json:"text,omitempty"`
	Tooltip string `json:"tooltip,omitempty"`
	Type    string `json:"type,omitempty"`
}

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