.. include:: /Includes.rst.txt .. _fluidtypo3-vhs-condition-type-isarray: ====================== condition.type.isArray ====================== Condition: Type of value is array ================================= Condition ViewHelper which renders the `then` child if type of provided value is array. Arguments ========= .. _condition.type.isarray_then: then ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Value to be returned if the condition if met. .. _condition.type.isarray_else: else ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Value to be returned if the condition if not met. .. _condition.type.isarray_value: value ----- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Value to check