Style Observer API
    Preparing search index...

    Class Bug

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    • Parameters

      • __namedParameters: { detect: any; initialValue: any; name: any }

      Returns Bug

    Properties

    detect: any
    initialValue: any
    name: any
    all: {} = {}

    Accessors

    • get value(): any

      Synchronously get either whether the bug is present (if already detected or detection is sync) or kick off detection and return the initial value if detection is async

      Returns any

    • get valuePending(): any

      Get whether the bug is present or not, or a promise that will resolve to this value when detection is complete.

      Returns any

    Methods