Interface

GUPnP-1.6GUPnPContextFilterConstructorProps

interface ConstructorProps {
    enabled: boolean;
    entries: string[];
}

Hierarchy (View Summary)

Index
enabled: boolean
entries: string[]