HrefCommand: {
    arg: OptionalArg | undefined;
    content: Node[];
    kind: "command.href";
    location: Location;
    name: "href";
    url: string;
}

Type declaration

Generated using TypeDoc