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

Hierarchy (View Summary, Expand)

Properties

allowedContentTypes?: { entityType: "media-type"; unique: string }[]
query: string
searchFrom?: UmbEntityModel
MMNEPVFCICPMFPCPTTAAATR