Comunica
    Preparing search index...

    Data interface for the type of action.

    interface IActionRdfUpdateHypermedia {
        context: IActionContext;
        exists: boolean;
        forceDestinationType?: string;
        metadata: Record<string, any>;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The input context that is passed through by actors.

    exists: boolean

    If the destination already exists.

    forceDestinationType?: string

    The explicitly requested destination type. If set, the destination type of the actor MUST explicitly match the given forced type.

    metadata: Record<string, any>

    A metadata key-value mapping.

    url: string

    The URL of the destination that was fetched.