Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WidgetShowCondition

Show widget only if certain condition is met

Supported conditions:

  • Active record for specified business component {bcName} should contain field {fieldKey} with value {fieldValue}
param

Business component where field condition is checked

param

Field key and value expected from this field

Hierarchy

  • WidgetShowCondition

Index

Properties

Properties

bcName

bcName: string

isDefault

isDefault: boolean

params

params: { fieldKey: string; value: DataValue }

Type declaration

Generated using TypeDoc