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

    Interface ViewsColumn

    A single question option available for filtering.

    interface ViewsColumn {
        questionId: string;
        questionTitle: string;
    }
    Index

    Properties

    questionId: string

    The question's unique identifier.

    questionTitle: string

    The text displayed to the user in the filter UI.