jamespot-user-api
    Preparing search index...

    Type Alias WidgetOrientedlinks

    type WidgetOrientedlinks = {
        params: {
            "jcomplete-multiple": "0" | "1";
            showAdd: "0" | "1";
            supportedTypes: string[];
        };
        type: "orientedlinks";
    }
    Index

    Properties

    Properties

    params: {
        "jcomplete-multiple": "0" | "1";
        showAdd: "0" | "1";
        supportedTypes: string[];
    }
    type: "orientedlinks"