Type Alias PitcherMultimediaAssetType
PitcherMultimediaAssetType: { asset_type: typeof MULTIMEDIA_IMG_TYPE.pitcher_asset; file: { content_url?: File["content_url"]; id: File["id"]; name: File["name"]; }; horizontal_alignment?: MultimediaHorizontalAlignmentOptions; poster_background_size?: BackgroundSize; poster_url?: string; type: "image" | "video";} Type declaration
asset_type: typeof MULTIMEDIA_IMG_TYPE.pitcher_asset
file: { content_url?: File["content_url"]; id: File["id"]; name: File["name"] }
Optional
poster_background_size?: BackgroundSize
Optional
poster_url?: string
type: "image" | "video"