@fp8/simple-config
    Preparing search index...

    Interface IEntityCreator

    An interface used to allow caller to implement a post create processing

    interface IEntityCreator {
        _postCreateProcessing(): void;
    }
    Index

    Methods

    • A private method that is ran after entity creation. If need to raise error, raise an EntityCreationError

      Returns void