:navigation-title: condition.type.isObject .. include:: /Includes.rst.txt .. _fluidtypo3-vhs-condition-type-isobject: ================================================================== condition.type.isObject ViewHelper `` ================================================================== Condition: Value is an object ============================= Condition ViewHelper which renders the `then` child if provided value is an object. .. _fluidtypo3-vhs-condition-type-isobject_arguments: Arguments ========= .. _condition.type.isobject_then: then ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Value to be returned if the condition if met. .. _condition.type.isobject_else: else ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Value to be returned if the condition if not met. .. _condition.type.isobject_value: value ----- :aspect:`DataType` mixed :aspect:`Required` true :aspect:`Description` Value to check