Comunica
    Preparing search index...

    Data interface for the type of an actor run result.

    interface IActorRdfUpdateQuadsOutput {
        execute: () => Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    execute: () => Promise<void>

    Async function that resolves when the update operation is done.