HasManyDetail

HasManyDetail

new HasManyDetail()

Properties:
Name Type Description
name string The detail name
componentName string Detail component name
hasSearch boolean Determines if it has a search
hasPagination boolean Determines if it has a pagination
crud Crud The crud of this detail
relatedCrud Crud The crud related of this detail
relationship BasicRelationship The relationship of this detail

Methods

getComponentName() → {string}

Returns the hasManyDetail component name
Returns:
Type
string

getLivewireViewName() → {string}

Returns the hasManyDetail livewire view name
Returns:
Type
string