GalleryApplicationCustomActionParameterType type

指定自訂動作參數的類型。 可能的值為:String、ConfigurationDataBlob 或 LogOutputBlob

type GalleryApplicationCustomActionParameterType =
  | "String"
  | "ConfigurationDataBlob"
  | "LogOutputBlob"