Searched refs:extraAttrs (Results 1 – 1 of 1) sorted by relevance
84 auto extraAttrs = json(); in AddExtraAttrs() local91 extraAttrs["BackgroundColor"] = backgroundColor; in AddExtraAttrs()94 extraAttrs["Content"] = move(content); in AddExtraAttrs()97 extraAttrs["FontColor"] = move(fontColor); in AddExtraAttrs()100 extraAttrs["FontSize"] = move(fontSize); in AddExtraAttrs()102 if (!extraAttrs.empty()) { in AddExtraAttrs()103 root["extraAttrs"] = extraAttrs; in AddExtraAttrs()