data_note

Function data_note 

Source
pub fn data_note(
    child: impl IntoUiNode,
    level: impl IntoVar<DataNoteLevel>,
    note: impl IntoVar<Txt>,
) -> UiNode
Expand 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.