Hnxml Standard
    Preparing search index...

    Type Alias Getstring

    Task to require a string passed in via the "Additional Info" field in the reply email screen.

    <goal type="getstring" target="password"/>
    
    type Getstring = {
        target: string;
        type: "getstring";
    }
    Index

    Properties

    Properties

    target: string
    type: "getstring"