@turbowarp/types-tw
    Preparing search index...
    interface StringArgument {
        defaultValue?: string | number;
        menu?: string;
        type: "string";
    }
    Index

    Properties

    defaultValue?: string | number

    Defaults to empty string.

    menu?: string
    type: "string"