@umbraco-cms/backoffice

    Interface UmbMediaSearchRequestArgs

    interface UmbMediaSearchRequestArgs {
        allowedContentTypes?: { entityType: "media-type"; unique: string }[];
        culture?: null | string;
        includeTrashed?: boolean;
        query: string;
        searchFrom?: UmbEntityModel;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    allowedContentTypes?: { entityType: "media-type"; unique: string }[]
    culture?: null | string
    includeTrashed?: boolean
    query: string
    searchFrom?: UmbEntityModel
    MMNEPVFCICPMFPCPTTAAATR