Variable urlsConst

urls: {
    classes: {
        agent: string;
        article: string;
        bookmark: string;
        chatRoom: string;
        class: string;
        collection: string;
        commit: string;
        constraintProperties: {
            floatRangeProperty: string;
            formattedDate: string;
            formattedNumber: string;
            rangeProperty: string;
            selectProperty: string;
        };
        datatype: string;
        dateFormat: string;
        displayStyle: string;
        displayStyles: {
            grid: string;
            list: string;
        };
        document: string;
        drive: string;
        elements: {
            paragraph: string;
        };
        endpoint: string;
        error: string;
        file: string;
        folder: string;
        importer: string;
        invite: string;
        message: string;
        numberFormat: string;
        ontology: string;
        property: string;
        redirect: string;
        table: string;
        tag: string;
    };
    datatypes: {
        atomicUrl: string;
        boolean: string;
        date: string;
        float: string;
        integer: string;
        markdown: string;
        resourceArray: string;
        slug: string;
        string: string;
        timestamp: string;
    };
    endpoints: {
        import: string;
    };
    instances: {
        dateFormats: {
            localLong: string;
            localNumeric: string;
            localRelative: string;
        };
        displayStyleGrid: string;
        numberFormats: {
            number: string;
            percentage: string;
        };
        publicAgent: string;
    };
    properties: {
        agent: {
            publicKey: string;
        };
        allowsOnly: string;
        bookmark: {
            imageUrl: string;
            preview: string;
            url: string;
        };
        chatRoom: {
            messages: string;
            nextPage: string;
            replyTo: string;
        };
        children: string;
        classType: string;
        classes: string;
        collection: {
            currentPage: string;
            members: string;
            pageSize: string;
            property: string;
            totalMembers: string;
            totalPages: string;
            value: string;
        };
        color: string;
        commit: {
            createdAt: string;
            destroy: string;
            lastCommit: string;
            previousCommit: string;
            push: string;
            remove: string;
            set: string;
            signature: string;
            signer: string;
            subject: string;
        };
        constraints: {
            dateFormat: string;
            decimalPlaces: string;
            max: string;
            maxFloat: string;
            min: string;
            minFloat: string;
            numberFormatting: string;
        };
        createdBy: string;
        datatype: string;
        description: string;
        displayStyle: string;
        document: {
            elements: string;
        };
        drives: string;
        emoji: string;
        endpoint: {
            parameters: string;
            results: string;
        };
        file: {
            attachments: string;
            downloadUrl: string;
            filename: string;
            filesize: string;
            mimetype: string;
        };
        getAll: string;
        incomplete: string;
        instances: string;
        invite: {
            agent: string;
            publicKey: string;
            target: string;
            usagesLeft: string;
            users: string;
            write: string;
        };
        isA: string;
        isDynamic: string;
        name: string;
        ontology: {
            customNodePositioning: string;
        };
        parent: string;
        paymentPointer: string;
        properties: string;
        publishedAt: string;
        read: string;
        recommends: string;
        redirect: {
            destination: string;
            redirectAgent: string;
        };
        requires: string;
        search: {
            limit: string;
            property: string;
            query: string;
        };
        shortname: string;
        subResources: string;
        table: {
            tableColumnWidths: string;
        };
        write: string;
    };
} = ...

Deprecated

These have been move to their respective onotlogies e.g. core, server, collections, etc.

Type declaration

  • classes: {
        agent: string;
        article: string;
        bookmark: string;
        chatRoom: string;
        class: string;
        collection: string;
        commit: string;
        constraintProperties: {
            floatRangeProperty: string;
            formattedDate: string;
            formattedNumber: string;
            rangeProperty: string;
            selectProperty: string;
        };
        datatype: string;
        dateFormat: string;
        displayStyle: string;
        displayStyles: {
            grid: string;
            list: string;
        };
        document: string;
        drive: string;
        elements: {
            paragraph: string;
        };
        endpoint: string;
        error: string;
        file: string;
        folder: string;
        importer: string;
        invite: string;
        message: string;
        numberFormat: string;
        ontology: string;
        property: string;
        redirect: string;
        table: string;
        tag: string;
    }
    • agent: string
    • article: string
    • bookmark: string
    • chatRoom: string
    • class: string
    • collection: string
    • commit: string
    • constraintProperties: {
          floatRangeProperty: string;
          formattedDate: string;
          formattedNumber: string;
          rangeProperty: string;
          selectProperty: string;
      }
      • floatRangeProperty: string
      • formattedDate: string
      • formattedNumber: string
      • rangeProperty: string
      • selectProperty: string
    • datatype: string
    • dateFormat: string
    • displayStyle: string
    • displayStyles: {
          grid: string;
          list: string;
      }
      • grid: string
      • list: string
    • document: string
    • drive: string
    • elements: {
          paragraph: string;
      }
      • paragraph: string
    • endpoint: string
    • error: string
    • file: string
    • folder: string
    • importer: string
    • invite: string
    • message: string
    • numberFormat: string
    • ontology: string
    • property: string
    • redirect: string
    • table: string
    • tag: string
  • datatypes: {
        atomicUrl: string;
        boolean: string;
        date: string;
        float: string;
        integer: string;
        markdown: string;
        resourceArray: string;
        slug: string;
        string: string;
        timestamp: string;
    }
    • atomicUrl: string
    • boolean: string
    • date: string
    • float: string
    • integer: string
    • markdown: string
    • resourceArray: string
    • slug: string
    • string: string
    • timestamp: string
  • endpoints: {
        import: string;
    }
    • import: string
  • instances: {
        dateFormats: {
            localLong: string;
            localNumeric: string;
            localRelative: string;
        };
        displayStyleGrid: string;
        numberFormats: {
            number: string;
            percentage: string;
        };
        publicAgent: string;
    }
    • dateFormats: {
          localLong: string;
          localNumeric: string;
          localRelative: string;
      }
      • localLong: string
      • localNumeric: string
      • localRelative: string
    • displayStyleGrid: string
    • numberFormats: {
          number: string;
          percentage: string;
      }
      • number: string
      • percentage: string
    • publicAgent: string
  • properties: {
        agent: {
            publicKey: string;
        };
        allowsOnly: string;
        bookmark: {
            imageUrl: string;
            preview: string;
            url: string;
        };
        chatRoom: {
            messages: string;
            nextPage: string;
            replyTo: string;
        };
        children: string;
        classType: string;
        classes: string;
        collection: {
            currentPage: string;
            members: string;
            pageSize: string;
            property: string;
            totalMembers: string;
            totalPages: string;
            value: string;
        };
        color: string;
        commit: {
            createdAt: string;
            destroy: string;
            lastCommit: string;
            previousCommit: string;
            push: string;
            remove: string;
            set: string;
            signature: string;
            signer: string;
            subject: string;
        };
        constraints: {
            dateFormat: string;
            decimalPlaces: string;
            max: string;
            maxFloat: string;
            min: string;
            minFloat: string;
            numberFormatting: string;
        };
        createdBy: string;
        datatype: string;
        description: string;
        displayStyle: string;
        document: {
            elements: string;
        };
        drives: string;
        emoji: string;
        endpoint: {
            parameters: string;
            results: string;
        };
        file: {
            attachments: string;
            downloadUrl: string;
            filename: string;
            filesize: string;
            mimetype: string;
        };
        getAll: string;
        incomplete: string;
        instances: string;
        invite: {
            agent: string;
            publicKey: string;
            target: string;
            usagesLeft: string;
            users: string;
            write: string;
        };
        isA: string;
        isDynamic: string;
        name: string;
        ontology: {
            customNodePositioning: string;
        };
        parent: string;
        paymentPointer: string;
        properties: string;
        publishedAt: string;
        read: string;
        recommends: string;
        redirect: {
            destination: string;
            redirectAgent: string;
        };
        requires: string;
        search: {
            limit: string;
            property: string;
            query: string;
        };
        shortname: string;
        subResources: string;
        table: {
            tableColumnWidths: string;
        };
        write: string;
    }
    • agent: {
          publicKey: string;
      }
      • publicKey: string
    • allowsOnly: string

      Collection of all the AtomicData.dev properties

    • bookmark: {
          imageUrl: string;
          preview: string;
          url: string;
      }
      • imageUrl: string
      • preview: string
      • url: string
    • chatRoom: {
          messages: string;
          nextPage: string;
          replyTo: string;
      }
      • messages: string
      • nextPage: string
      • replyTo: string
    • children: string
    • classType: string
    • classes: string
    • collection: {
          currentPage: string;
          members: string;
          pageSize: string;
          property: string;
          totalMembers: string;
          totalPages: string;
          value: string;
      }
      • currentPage: string
      • members: string
      • pageSize: string
      • property: string
      • totalMembers: string
      • totalPages: string
      • value: string
    • color: string
    • commit: {
          createdAt: string;
          destroy: string;
          lastCommit: string;
          previousCommit: string;
          push: string;
          remove: string;
          set: string;
          signature: string;
          signer: string;
          subject: string;
      }
      • createdAt: string
      • destroy: string
      • lastCommit: string
      • previousCommit: string
      • push: string
      • remove: string
      • set: string
      • signature: string
      • signer: string
      • subject: string
    • constraints: {
          dateFormat: string;
          decimalPlaces: string;
          max: string;
          maxFloat: string;
          min: string;
          minFloat: string;
          numberFormatting: string;
      }
      • dateFormat: string
      • decimalPlaces: string
      • max: string
      • maxFloat: string
      • min: string
      • minFloat: string
      • numberFormatting: string
    • createdBy: string
    • datatype: string
    • description: string
    • displayStyle: string
    • document: {
          elements: string;
      }
      • elements: string
    • drives: string
    • emoji: string
    • endpoint: {
          parameters: string;
          results: string;
      }
      • parameters: string
      • results: string
    • file: {
          attachments: string;
          downloadUrl: string;
          filename: string;
          filesize: string;
          mimetype: string;
      }
      • attachments: string
      • downloadUrl: string
      • filename: string
      • filesize: string
      • mimetype: string
    • getAll: string
    • incomplete: string
    • instances: string
    • invite: {
          agent: string;
          publicKey: string;
          target: string;
          usagesLeft: string;
          users: string;
          write: string;
      }
      • agent: string
      • publicKey: string
      • target: string
      • usagesLeft: string
      • users: string
      • write: string
    • isA: string
    • isDynamic: string
    • name: string
    • ontology: {
          customNodePositioning: string;
      }
      • customNodePositioning: string
    • parent: string
    • paymentPointer: string
    • properties: string
    • publishedAt: string
    • read: string
    • recommends: string
    • redirect: {
          destination: string;
          redirectAgent: string;
      }
      • destination: string
      • redirectAgent: string
    • requires: string
    • search: {
          limit: string;
          property: string;
          query: string;
      }
      • limit: string
      • property: string
      • query: string
    • shortname: string
    • subResources: string
    • table: {
          tableColumnWidths: string;
      }
      • tableColumnWidths: string
    • write: string

Generated using TypeDoc