Const
A property that will be used as model id, accessible through $modelId. Can only be used in models and there can be only one per model.
Same as idProp, except that it might have an specific TypeScript string template as type. E.g. typedIdProp<custom-${string}>()
idProp
typedIdProp<
>()
A property that will be used as model id, accessible through $modelId. Can only be used in models and there can be only one per model.