You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/dsls/DSL-Ash.Resource.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3752,7 +3752,7 @@ end
3752
3752
|[`description`](#calculations-calculate-description){: #calculations-calculate-description } |`String.t`|| An optional description for the calculation |
3753
3753
|[`public?`](#calculations-calculate-public?){: #calculations-calculate-public? } |`boolean`|`false`| Whether or not the calculation will appear in public interfaces. |
3754
3754
|[`sensitive?`](#calculations-calculate-sensitive?){: #calculations-calculate-sensitive? } |`boolean`|`false`| Whether or not references to the calculation will be considered sensitive. |
3755
-
|[`load`](#calculations-calculate-load){: #calculations-calculate-load } |`any`|`[]`| A load statement to be applied if the calculation is used. |
3755
+
|[`load`](#calculations-calculate-load){: #calculations-calculate-load } |`any`|`[]`| A load statement to be applied if the calculation is used. Only works with module-based or function-based calculations, not expression calculations. |
3756
3756
|[`allow_nil?`](#calculations-calculate-allow_nil?){: #calculations-calculate-allow_nil? } |`boolean`|`true`| Whether or not the calculation can return nil. |
3757
3757
|[`filterable?`](#calculations-calculate-filterable?){: #calculations-calculate-filterable? } |`boolean \| :simple_equality`|`true`| Whether or not the calculation should be usable in filters. |
3758
3758
|[`sortable?`](#calculations-calculate-sortable?){: #calculations-calculate-sortable? } |`boolean`|`true`| Whether or not the calculation can be referenced in sorts. |
0 commit comments