interface WorkStepTypeChangeResult {
    changedVertices: SlVertex[];
    preGraph: PreDocumentGraph;
    success: boolean;
}

Properties

changedVertices: SlVertex[]
success: boolean