A revision of this custom action.

Hierarchy

  • ActionRevision

Constructors

Properties

createdAt: Date

The date the revision was created.

id: string
revisionId: string

The version number of the custom action.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc