stackChartFilter

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const OperationKeyFilter filter.OperationKey = "filter"
View Source
const OperationOwnerSelectMe filter.OperationKey = "ownerSelectMe"

Variables

This section is empty.

Functions

This section is empty.

Types

type Filter

type Filter struct {
	filter.CommonFilter
	base.DefaultProvider

	State State `json:"state,omitempty"`
}

func (*Filter) InitFromProtocol

func (f *Filter) InitFromProtocol(ctx context.Context, c *cptype.Component) error

func (*Filter) Render

func (*Filter) SetToProtocolComponent

func (f *Filter) SetToProtocolComponent(c *cptype.Component) error

type State

type State struct {
	Conditions []filter.PropCondition `json:"conditions,omitempty"`
	Values     Values                 `json:"values,omitempty"`
}

type Values

type Values struct {
	Type string `json:"type"`
}

Jump to

Keyboard shortcuts

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