Interface ActionDefinitionConfig

interface ActionDefinitionConfig {
    config: any;
    id: string;
    identifier: string;
    name?: string;
}

Properties

config: any
id: string
identifier: string
name?: string

Generated using TypeDoc