open-nav
    Preparing search index...

    Interface ChoiceGroupDescriptor

    interface ChoiceGroupDescriptor {
        members: string[];
        required: boolean;
    }
    Index
    members: string[]
    required: boolean

    true when exactly one member must be present; false when at most one may be.