ArrayPropertyMetadata: BasePropertyMetadata & {
    items: ArrayPropertyItemMetadata;
    totalMaxSize: FileSize;
    type: "array";
}

Metadata for array properties.

Type declaration

  • items: ArrayPropertyItemMetadata

    The definition for the items of the property.

  • totalMaxSize: FileSize

    The total maximum size that all files in the array combined can have.

  • type: "array"

    The type of the property.