export interface AffixObject { fragment: string; title: string; selected?: boolean; }