[[["わかりやすい","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-07-26 UTC。"],[[["The `getArray()` method extracts a specified property's value from a feature, returning it as an array."],["This method is used on an `Image` object, requiring the feature and the property name as inputs."]]],["The function `Image.getArray(property)` extracts a specified property from a feature (Element object). It takes the feature as the context (`this`) and a `property` string as input. The function's return type is an Array, containing the extracted property's value. This operation effectively retrieves specific data associated with a feature, making the data accessible.\n"]]