Logos DX
    Preparing search index...

    Interface ObserveOptions

    Options that accept an AbortSignal for cancellation

    interface ObserveOptions {
        root?: Element;
        signal?: AbortSignal;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    root?: Element
    signal?: AbortSignal