interface CategorySetMetaKeywordsAction {
    action: "setMetaKeywords";
    metaKeywords?: LocalizedString;
}

Hierarchy (View Summary)

Properties

action: "setMetaKeywords"
metaKeywords?: LocalizedString

Value to set.