ResourceDimensionConfig🔗
Links to a resource (image/svg path)
Definition🔗
export interface ResourceDimensionConfig {
mode: common.ResourceDimensionMode;
// fixed: T -- will be added by each element
field?: string;
fixed?: string;
}
Methods🔗
No methods.