@nextcloud/files
    Preparing search index...

    Type Alias WebDAVAttributeParser

    WebDAVAttributeParser: (
        jPath: string,
        attributeValue: string,
    ) => string | unknown | undefined

    Callback to parse a prop attribute value. If undefined is returned the original text value will be used. If the unchanged value is returned the default parsing will be applied. Otherwise the returned value will be used.

    Type Declaration

      • (jPath: string, attributeValue: string): string | unknown | undefined
      • Parameters

        • jPath: string
        • attributeValue: string

        Returns string | unknown | undefined