inputFilter

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: 9 Imported by: 0

Documentation

Index

Constants

View Source
const OperationKeyFilter filter.OperationKey = "filter"

Variables

This section is empty.

Functions

This section is empty.

Types

type ComponentFilter

type ComponentFilter struct {
	filter.CommonFilter
	State State `json:"state,omitempty"`
	// InParams InParams `json:"-"`
	base.DefaultProvider
	// contains filtered or unexported fields
}

func (*ComponentFilter) InitFromProtocol

func (f *ComponentFilter) InitFromProtocol(ctx context.Context, c *cptype.Component, gs *cptype.GlobalStateData) error

func (*ComponentFilter) Render

func (*ComponentFilter) SetToProtocolComponent

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

type FrontendConditions

type FrontendConditions struct {
	Title string `json:"title,omitempty"`
}

type State

type State struct {
	Base64UrlQueryParams    string                 `json:"inputFilter__urlQuery,omitempty"`
	FrontendConditionProps  []filter.PropCondition `json:"conditions,omitempty"`
	FrontendConditionValues FrontendConditions     `json:"values,omitempty"`
}

Jump to

Keyboard shortcuts

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