@squidcloud/backend
    Preparing search index...

    Interface ApplyTrimString

    A property mutation that trims the existing string.

    interface ApplyTrimString {
        fn: "trim";
        type: "applyStringFn";
    }
    Index

    Properties

    Properties

    fn: "trim"

    String function to trim the existing string.

    type: "applyStringFn"

    Specifies that the mutation applies a string function.