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

    Interface ViewsUpdateViewRequest

    Request model for updating a view. Only provided fields will be updated.

    interface ViewsUpdateViewRequest {
        order?: number;
        title?: string;
    }
    Index

    Properties

    Properties

    order?: number

    The new order of the current view among all views.

    title?: string

    The new display title of the view.