@dvelop-sdk
    Preparing search index...

    Interface CreateBoEntityParams<E>

    Parameters for the createBoEntity-function.

    interface CreateBoEntityParams<E = any> {
        entity: E;
        modelName: string;
        pluralEntityName: string;
    }

    Type Parameters

    • E = any

      Type for Entity. Defaults to any.

    Index

    Properties

    entity: E

    Entity to be created

    modelName: string

    Name of the model

    pluralEntityName: string

    EntityName in plural (Singular name won't work)