MCPcopy Create free account
hub / github.com/PSPDFKit/nutrient-document-engine-mcp-server / BaseAction

Interface BaseAction

src/api/DocumentEngineSchema.ts:964–971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962 * BaseAction
963 */
964 export interface BaseAction {
965 /**
966 * Sub-action to execute after the action has been executed.
967 */
968 subAction?: {
969 [key: string]: any;
970 };
971 }
972 /**
973 * BaseAnnotation
974 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected