Function _parseMultiValuePrivate

  • Private

    Parse a multi value string. This function is used either for parsing actual multi-value property's values, or for handling parameter values. It can be used for both multi-value properties and structured value properties.

    Parameters

    • buffer: string

      The buffer containing the full value

    • delim: string

      The multi-value delimiter

    • type: string

      The value type to be parsed

    • result: unknown[]

      The array to append results to, varies on value type

    • innerMulti: null | string

      The inner delimiter to split each value with

    • designSet: DesignSet

      The design data for this value

    • Optional structuredValue: unknown[]

    Returns unknown

    Either an array of results, or the first result

    Function

    ICAL.parse._parseMultiValue

Generated using TypeDoc