predefinedBackgroundsV2 property

  1. @BuiltValueField.new(wireName: 'predefined-backgrounds-v2')
BuiltList<String>? get predefinedBackgroundsV2

List of file paths relative to the server web root with leading slash, e.g. /apps/spreed/img/backgrounds/2_home.jpg.

Implementation

@BuiltValueField(wireName: 'predefined-backgrounds-v2')
BuiltList<String>? get predefinedBackgroundsV2;