Helia
    Preparing search index...

    Interface BlockAnnounceOptions<ProgressEvents>

    interface BlockAnnounceOptions<
        ProgressEvents extends ProgressEvent<any, any> = ProgressEvent<any, any>,
    > {
        onProgress?: (evt: ProgressEvents) => void;
        signal?: AbortSignal;
    }

    Type Parameters

    Hierarchy

    Index

    Properties

    Properties

    onProgress?: (evt: ProgressEvents) => void
    signal?: AbortSignal