পাস বাছাই করার জন্য ঐচ্ছিক সূচক যখন তারা অন্যান্য পাসের সাথে গোষ্ঠীবদ্ধ হয়। নিম্ন বাছাই সূচক সহ পাসগুলি উচ্চতর সাজানোর সূচক সহ পাসের আগে দেখানো হয়। অনির্দিষ্ট হলে, মানটি INT_MAX বলে ধরে নেওয়া হয়৷ একই সাজানোর সূচক সহ দুটি পাসের জন্য, সাজানোর আচরণটি অনির্ধারিত।
groupingId
string
ঐচ্ছিক গ্রুপিং আইডি পাসগুলিকে একই আইডি দিয়ে ভিজ্যুলি একসাথে গ্রুপ করার জন্য। বিভিন্ন ধরনের পাস সহ গ্রুপিং অনুমোদিত।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-01-06 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["JSON representation defines the structure for organizing passes within a digital wallet."],["`sortIndex` is an optional integer field used for ordering passes visually, with lower values appearing first."],["`groupingId` is an optional string field enabling visual grouping of passes, potentially of different types, based on shared ID."]]],["The core content describes a JSON structure for organizing passes. It uses two fields: `sortIndex` (integer) and `groupingId` (string). `sortIndex` determines the display order of passes within a group; lower values appear first, with a default of INT_MAX if unspecified. `groupingId` allows passes with different types to be visually grouped together based on shared IDs. Sorting is undefined for passes with the same `sortIndex`.\n"]]