pub fn data_note(
child: impl IntoUiNode,
level: impl IntoVar<DataNoteLevel>,
note: impl IntoVar<Txt>,
) -> UiNodeExpand description
P Insert a data note in the context.
This properties synchronizes the level and note variables with an DATA.annotate entry. If
the note is empty the data note is not inserted.