public static final class ThumbnailColumn.Attributes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
HEIGHT
Attribute used to denote the max height of the asset thumbnail itself.
|
static String |
TYPE
Attribute used to denote the fallback or default "type" for the asset.
|
static String |
TYPE_KEY
Attribute used to denote the property key where the "type" of the asset can be found o on
the row.
|
static String |
WIDTH
Attribute used to denote the max width of the asset thumbnail itself.
|
public static final String HEIGHT
Note that this sets the max height of the thumbnail. This is so that the thumbnail is able to be scaled down for mobile views if necessary.
public static final String TYPE_KEY
TYPE
will be used as the asset type.public static final String TYPE
TYPE_KEY
is undefined, or a value is not found for the property. If
left undefined, it will be defaulted to "IMAGE".public static final String WIDTH
Note that this sets the max width of the thumbnail. This is so that the thumbnail is able to be scaled down for mobile views if necessary.
Copyright © 2021. All rights reserved.