Value tree state with a File or string

Hello everyone, I am actually working on a drumpad, I would like to drag and drop files on each buttons. So I define a class My button inherit from buttonText and drag and drop files, and I have I this class an attribut string called message wich contains the absolute path to my sample and I would like to send it to MySynthesiser. Is it possible to attach a string to a value tree state ? thanks