@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface FormsHighlightPatchRequest

    Request body for partially updating a form's highlight.

    interface FormsHighlightPatchRequest {
        displayTitle?: string | null;
    }
    Index

    Properties

    Properties

    displayTitle?: string | null

    Custom display title for the highlight. Send null to fall back to the question's current title.