Member Junction
    Preparing search index...

    Event emitted when a new category should be created

    interface CategoryCreateEvent {
        Description: string | null;
        Name: string;
        ParentCategoryId: string | null;
    }
    Index

    Properties

    Description: string | null
    Name: string
    ParentCategoryId: string | null