package js.html; /** The msGraphicsTrust() constructor returns an object that provides properties for info on protected video playback. **/ typedef IMSGraphicsTrust = { final constrictionActive : Bool; final status : String; };