@dvelop-sdk
    Preparing search index...

    Interface GetBoEntitiesParams

    Parameters for the getBoEntities-function.

    interface GetBoEntitiesParams {
        modelName: string;
        pluralEntityName: string;
    }
    Index

    Properties

    modelName: string

    Name of the model

    pluralEntityName: string

    EntityName in plural (Singular name won't work)