Parameter interface for MPCategory.

Export

MPCategoryParams

interface MPCategoryParams {
    fields?: Map<string, MPDataField>;
    key: string;
    value: string;
}

Properties

Properties

fields?: Map<string, MPDataField>

The category's data fields.

key: string

The ID of the category.

value: string

The category's readable name.

Generated using TypeDoc