Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICustomActionOptions

Interface that represents an options to institiating a CustomAction or CustomContentAction

Hierarchy

  • ICustomActionOptions

Index

Properties

Optional id

id: undefined | number

Optional isAction

isAction: undefined | true | false

name

name: string

Optional noCache

noCache: undefined | true | false

Optional params

params: string[]

Optional path

path: undefined | string

Optional requiredParams

requiredParams: string[]

Generated using TypeDoc