@gradientedge/commercetools-utils
    Preparing search index...

    Interface ReviewSetTextAction

    interface ReviewSetTextAction {
        action: "setText";
        text?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setText"
    text?: string

    Value to set. If empty, any existing value will be removed.