\newcommand は \tikzparentnode では動作しません。未定義の制御シーケンス エラーです

\newcommand は \tikzparentnode では動作しません。未定義の制御シーケンス エラーです

\tikzparentnode内部にコマンドを入力できません\newcommand

エラーを返しますUndefined Control Sequence

これは私のコマンド定義です:

\newcommand{\childstyle}[4]
{
    #1/.style = {fill=#2, grow=down, xshift=#3, anchor=west, text width = #4, edge from parent path={(\tikzparentnode.south) |- (\tikzchildnode.west)}}
}

私の文書での利用:

\begin{tikzpicture}[
.....
\childstyle{L3}{green}{1em}{3cm}
...... % ohter definitions
]

助言がありますか?

関連情報