OBF Node
    Preparing search index...

    Interface OBFImage

    interface OBFImage {
        id: string;
        data?: string;
        url?: string;
        content_type?: string;
        width?: number;
        height?: number;
        ext_grid3_entry?: string;
        ext_snap_identifier?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    id: string
    data?: string
    url?: string
    content_type?: string
    width?: number
    height?: number

    Optionalext_grid3_entry

    ext_grid3_entry?: string
    ext_snap_identifier?: string