Search


Search something to see results

ValidationMediaFeature

Validation media feature

interface ValidationMediaFeature {
    category: string;
    status?: string;
    type: MediaFeatureType;
    values?: string[] | number[];
}

Index

Properties

category: string

media feature category

status?: string

media feature status

type: MediaFeatureType

media feature type

values?: string[] | number[]

media feature values