Interface ActionDependency

interface ActionDependency {
    type: ActionDependencyType;
    key: string;
    element?: any;
}

Properties

Properties

key: string
element?: any