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

    Interface FormsFilterAnswerItem

    A single answer option available for filtering.

    interface FormsFilterAnswerItem {
        displayValue: string;
        matchValue: string;
        selected: boolean;
    }
    Index

    Properties

    displayValue: string

    The text displayed to the user in the filter UI.

    matchValue: string

    The raw value used for backend querying and matching.

    selected: boolean

    Whether this filter option is selected. Defaults to false from server.