Function zng::text::is_parse_pending
source ยท pub fn is_parse_pending(
child: impl UiNode,
state: impl IntoVar<bool>,
) -> impl UiNode
Expand description
P
If text has changed but txt_parse
has not tried to parse the new text yet.
This can only be true
if txt_parse_live
is false
.