|
| ContentValidationStatus | ValidationStatus |
| |
| string | AssetPathShort |
| | A display version of the asset path that is relative to the data dir, and removes the asset file extension. More...
|
| |
|
HashSet< string > | AllTags => new HashSet<string>(GetAllTags().Select(x => x.Tag)) |
| |
|
string | Id => $"{ContentType.TypeName}.{Name}" |
| |
|
|
string? | Name [get, set] |
| |
|
ContentTypeDescriptor | ContentType [get] |
| |
|
ContentModificationStatus? | Status [get] |
| |
|
string | AssetPath [get] |
| |
|
HashSet< string > | LocalTags [get] |
| |
|
HashSet< string > | ServerTags [get] |
| |
|
HostStatus | LocalStatus [get] |
| |
|
HostStatus | ServerStatus [get] |
| |
◆ AssetPathShort
| string Beamable.Editor.Content.Models.ContentItemDescriptor.AssetPathShort |
Initial value:=>
string.IsNullOrEmpty(AssetPath)
? ""
: Path.GetDirectoryName(AssetPath)?.Substring(BeamableConstants.DATA_DIR.Length + 1) ?? ""
A display version of the asset path that is relative to the data dir, and removes the asset file extension.
◆ ValidationStatus
| ContentValidationStatus Beamable.Editor.Content.Models.ContentItemDescriptor.ValidationStatus |
Initial value:=> _validationExceptions?.Count > 0
? ContentValidationStatus.INVALID
: ContentValidationStatus.VALID
◆ OnEnriched
Invoked when any change is made
◆ OnRenamed
Invoked when name change is requested.
◆ OnRenameRequested
| Action Beamable.Editor.Content.Models.ContentItemDescriptor.OnRenameRequested |
Invoked when the name should be changed by a user
The documentation for this class was generated from the following file:
- client/Packages/com.beamable/Editor/UI/Content/Models/ContentItemModel.cs