interface OpenHelpCenterOptions {
    groupIds?: number[];
    groupType?: "category" | "section";
    labels?: string[];
    showContactOptions?: boolean;
}

Properties

groupIds?: number[]

The IDs of the categories or sections to filter by.

groupType?: "category" | "section"

The type of group to filter by.

labels?: string[]

The labels to filter by.

showContactOptions?: boolean

Whether to show the contact options.

Generated using TypeDoc