Umi — API References - v1.3.0
    Preparing search index...

    Type Alias GenericFileOptions

    Represents the options that can be provided when creating a GenericFile.

    type GenericFileOptions = {
        contentType?: string;
        displayName?: string;
        extension?: string;
        tags?: { name: string; value: string }[];
        uniqueName?: string;
    }
    Index

    Properties

    contentType?: string
    displayName?: string
    extension?: string
    tags?: { name: string; value: string }[]
    uniqueName?: string