elementActions.handlers.supportedObjects.file object

Properties that reference this object type:

Syntax

{
  "extensions": [
    "{string}"
  ]
}

Properties

extensions

Type
Array of string

Required

Constraints

Supported values

Examples

{
"actions": [
    {
      "handlers": [
        {
          "supportedObjects": {
            "file": {
              "extensions": [
                "doc",
                "pdf"
              ]
            }
          }
        }
      ]
    },
  ]
}