GalleryApplicationCustomAction interface

A custom action that can be performed with a Gallery Application Version.

Properties

description

Description to help the users understand what this custom action does.

name

The name of the custom action. Must be unique within the Gallery Application Version.

parameters

The parameters that this custom action uses

script

The script to run when executing this custom action.

Property Details

description

Description to help the users understand what this custom action does.

description?: string

Property Value

string

name

The name of the custom action. Must be unique within the Gallery Application Version.

name: string

Property Value

string

parameters

The parameters that this custom action uses

parameters?: GalleryApplicationCustomActionParameter[]

Property Value

script

The script to run when executing this custom action.

script: string

Property Value

string