@witchcraft/layout
    Preparing search index...

    Type Alias ActionHandlerApplyResult

    type ActionHandlerApplyResult = {
        result?: any;
        updateEdges: boolean;
    }
    Index

    Properties

    Properties

    result?: any

    Value to resolve the drag promise with. Ignored if updateEdges is false.

    updateEdges: boolean