Membrane React - v0.2.1
    Preparing search index...

    Interface ActionDependency

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

    Properties

    Properties

    key: string
    element?: any