pub fn parse_drop_options<'js>( ctx: &Ctx<'js>, value: Opt<Value<'js>>, ) -> Result<Option<DropOptions>>
Parse Playwright’s DropOptions JS bag into the core struct.
DropOptions