i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > ISubscriptionOptions

    app.ISubscriptionOptions interface

    A set of options that can influence the execution of an event listener.

    Signature:

    interface ISubscriptionOptions extends ITransactionOptions 
    

    Extends: ITransactionOptions

    Introduced: version 1.0

    Properties

    Property Modifiers Type Description
    dispatchNow? readonly boolean (Optional) Indicates whether the listened-for event is dispatched at the same time as subscription takes place.
    signal? readonly AbortSignal

    (Optional) Gets a signal that can abort execution of a callback function.

    (Inherited from ITransactionOptions)

    In this article
    Back to top © N. Harris Computer Corporation