[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["`ee.Filter.hasType` creates a filter that checks if data has a specified type or is a subtype of it."],["This filter can be applied to properties or geometries within a FeatureCollection."],["The filter is constructed by defining the operand (property or geometry) and the expected type."],["`leftField` selects the property or geometry to check, while `rightValue` defines the expected type."]]],["`ee.Filter.hasType` creates a filter to check if a left operand's type matches or is a subtype of the type specified by the right operand. It accepts `leftField` or `leftValue` to select the left operand and `rightValue` or `rightField` for the right operand. The function returns a `Filter` object. Examples demonstrate filtering a feature collection based on the type of a geometry or the type of a property like Number or String.\n"]]