.. include:: /Includes.rst.txt .. _fluidtypo3-vhs-condition-type-isinteger: ======================== condition.type.isInteger ======================== Condition: Type of value is integer =================================== Condition ViewHelper which renders the `then` child if type of provided value is integer. Arguments ========= .. _condition.type.isinteger_then: then ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Value to be returned if the condition if met. .. _condition.type.isinteger_else: else ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Value to be returned if the condition if not met. .. _condition.type.isinteger_value: value ----- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Value to check