I would like to sort my cards in the kanban board on drag and drop and in the documentation, there appears to be a property named priority in the CardSettingsModel that is meant for this, but it apparently does not exist in this model in the Angular version of the product. Is this just a bug in the current version of this product or am I missing something?
export interface CardSettingsModel {
showHeader?: boolean;
headerField?: string;
contentField?: string;
tagsField?: string;
grabberField?: string;
footerCssField?: string;
template?: string;
selectionType?: SelectionType;
}