getFieldDefinition
Returns the FieldDefinition for the specified field name.
Usage
ds.getFieldDefinition('Field');API
getFieldDefinition(field: string): FieldDefinition | undefined;Last updated
Was this helpful?
Returns the FieldDefinition for the specified field name.
ds.getFieldDefinition('Field');getFieldDefinition(field: string): FieldDefinition | undefined;Last updated
Was this helpful?
Was this helpful?