interface CrudOptions {
    idPrefix?: string;
    on?: "member" | "collection" | "shallow";
    only?: ("index" | "show" | "new" | "edit" | "destroy")[];
    shallow?: true;
}

Properties

idPrefix?: string
on?: "member" | "collection" | "shallow"
only?: ("index" | "show" | "new" | "edit" | "destroy")[]
shallow?: true