Interface ActionSpec

interface ActionSpec {
    name: string;
    description: string;
    direction?: FieldMappingDirection;
    isDataAction?: boolean;
    isDeprecated?: boolean;
}

Properties

name: string
description: string
isDataAction?: boolean
isDeprecated?: boolean