Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace operation

Index

Type aliases

OperationInclusionDescriptor

OperationInclusionDescriptor: string | { exclude?: OperationType[]; include?: OperationInclusionDescriptor[]; type: OperationType }

Descriptor enabling operation on widget:

  • string (if you just need to include / exclude operation or groups)
  • object, if this is group in which you want to selectively include or exclude the operation

OperationPostInvokeAny

A union of all action types which could be be fired after user's operation

OperationScope

OperationScope: "bc" | "record" | "page" | "associate"

TODO: ???

OperationType

OperationType: OperationTypeCrud | string

String that uniquely identifies an operation on widget

RequestType

RequestType: "data" | "row-meta" | "force-active"

Variables

Const coreOperations

coreOperations: OperationTypeCrud[] = ...

Functions

isOperationGroup

Generated using TypeDoc