jf-roku/components/data/ImageData.brs
2022-05-30 08:57:40 -04:00

8 lines
170 B
Plaintext

sub setFields()
json = m.top.json
m.top.imagetype = json.imagetype
m.top.size = json.size
m.top.height = json.height
m.top.width = json.width
end sub