Interface CodeExtended

interface CodeExtended {
    $code: string;
    $scope?: Document;
}

Properties

Properties

$code: string
$scope?: Document