Returned Data by Server for getValue

Example

{ "0" : "_ButtonText"}

//in case of multiple attributes of same shape
[ "_ButtonText" , "PUSH_BUTTON1" ]
interface GetValueData {
    data: string[] | LooseObject;
}

Properties

Properties

data: string[] | LooseObject