target property

String get target

The read-only target property of the ProcessingInstruction interface represent the application to which the ProcessingInstruction is targeted.

For example:

<?xml version="1.0"?>

is a processing instruction whose target is xml.

Implementation

external String get target;