IPreviewDetails
interface IPreviewDetails {
isValid: boolean,
type: 'image' | 'video' | 'other' | 'unknown'
mime: string,
dataUrl: string,
name: string
}
Usage
import {IPreviewDetails} from 'uxp/components';
Last updated
interface IPreviewDetails {
isValid: boolean,
type: 'image' | 'video' | 'other' | 'unknown'
mime: string,
dataUrl: string,
name: string
}
import {IPreviewDetails} from 'uxp/components';
Last updated