Extended by#
Properties#
Property | Type | Description |
---|---|---|
showGroupOverview? | boolean | - |
promptBeforeApply? | boolean | |
icon? | CustomIcon | - |
previewLength? | number | Determines how many asset results will be show in an overview or section overview. |
previewBackgroundType? | "cover" | "contain" |
gridBackgroundType? | "cover" | "contain" |
gridColumns? | number | Number of columns in the grid view |
gridItemHeight? | "auto" | "square" |
cardBackgroundPreferences? | CardBackground [] | |
cardBorder? | boolean | Draws a border around the card if set to true |
cardLabel? | (assetResult ) => undefined | string |
cardStyle? | (assetResult ) => Record <string , undefined | string > |
cardLabelStyle? | (assetResult ) => Record <string , undefined | string > |
cardLabelPosition? | (assetResult ) => "inside" | "below" |
cardLabelTruncateLines? | (assetResult ) => "single" | "multi" |
sortBy? | SortingOrder |