dark Summary web-appcustom-elementelement-attrelement-stateelement-flowglobal-stateimport-elementimport-scriptimport-styleis-visibleis-hiddenrepeat-list trigger-eventlisten-event set-attrset-stateset-timersend-eventhttp-requestrequest-headerrequest-bodyresponse-okresponse-failscripttrigger-element Comparison OperatorsMutation OperatorsData Source
Summary web-appcustom-elementelement-attrelement-stateelement-flowglobal-stateimport-elementimport-scriptimport-styleis-visibleis-hiddenrepeat-list trigger-eventlisten-event set-attrset-stateset-timersend-eventhttp-requestrequest-headerrequest-bodyresponse-okresponse-failscripttrigger-element Comparison OperatorsMutation OperatorsData Source

These operators are used in the <is-visible>, <is-hidden> element tag and Realm CSS logic selector.

Short for equal. Check if the value is equal to the condition. Short for not equal. Check if the value is not equal to the condition. Short for greater than. Check if the value is greater than the condition. Only allowed for `number` type. Short for greater than or equal. Check if the value is greater than or equal to the condition. Only allowed for `number` type. Short for less than. Check if the value is less than the condition. Only allowed for `number` type. Short for less than or equal. Check if the value is less than or equal to the condition. Only allowed for `number` type. Check if the value contains a string. Only allowed for `string` type.