Doubter - v5.1.1-next.e4e15ab
    Preparing search index...

    Interface IssueOptions

    Options used by shapes and built-in operations to create an issue.

    Issue

    interface IssueOptions {
        message?:
            | null
            | string
            | number
            | bigint
            | boolean
            | symbol
            | object
            | MessageCallback;
        meta?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    message?:
        | null
        | string
        | number
        | bigint
        | boolean
        | symbol
        | object
        | MessageCallback

    The custom issue message.

    meta?: any

    An arbitrary metadata that is added to an issue.