KC's Workspace
    Preparing search index...
    interface MediaQuery {
        condition?: MediaCondition | null;
        mediaType: string;
        qualifier?: Qualifier | null;
    }
    Index

    Properties

    condition?: MediaCondition | null

    The condition that this media query contains. This cannot have or in the first level.

    mediaType: string

    The media type for this query, that can be known, unknown, or "all".

    qualifier?: Qualifier | null

    The qualifier for this query.