Interface RefreshablePageControlOptions

interface RefreshablePageControlOptions {
    refreshCategory?: string;
    requiresIndex?: boolean;
}

Properties

refreshCategory?: string
requiresIndex?: boolean