Member Junction
    Preparing search index...

    Implements

    • OnInit
    Index

    Constructors

    Properties

    ActualBehavior: string = ''
    AffectedArea: string = ''
    Cancelled: EventEmitter<void> = ...
    Category: string = 'bug'
    CertificationAccepted: boolean = false
    ContextData?: Record<string, unknown>
    CurrentPage?: string

    Current page/view name (for apps where URL doesn't reflect navigation)

    Description: string = ''
    DialogClosed: EventEmitter<{ success: boolean }> = ...
    DialogVisible: boolean = true

    Controls mj-dialog visibility — set by FeedbackDialogService

    Email: string = ''
    Environment: "" | FeedbackEnvironment = ''
    Error: EventEmitter<Error> = ...
    ErrorMessage: string = ''
    ExpectedBehavior: string = ''
    FieldConfig: Required<FeedbackFieldConfig>
    IsCapturingScreenshot: boolean = true
    IsClassifying: boolean = false
    IsSubmitting: boolean = false
    IssueNumber?: number
    IssueUrl?: string
    Name: string = ''
    PrefilledCategory?: string
    PrefilledTitle?: string
    ProposedSolution: string = ''
    ScreenshotDataUrl?: string
    ScreenshotIncluded: boolean = false
    Severity: FeedbackSeverity = 'minor'
    StepsToReproduce: string = ''
    SubmissionSuccess: boolean = false
    Submitted: EventEmitter<FeedbackSubmission> = ...
    Success: EventEmitter<FeedbackResponse> = ...
    Title: string = ''
    UseCase: string = ''
    WasAutoClassified: boolean = false

    Methods

    • A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.

      Returns void

    • Handle field value changes to ensure button state updates. Triggers LLM auto-classification after a debounce when description is long enough.

      Returns void