FrontPanel Platform API - v6.0.0
    Preparing search index...

    Interface IEventSubscription

    Interface representing an event subscription.

    interface IEventSubscription {
        cancel(): boolean;
    }

    Implemented by

    Index

    Methods

    Methods

    • Cancels the event subscription.

      Returns boolean

      • Returns true if the cancellation was successful, false otherwise.