XYDimensionConfig🔗Definition🔗export interface XYDimensionConfig { frame: number; x?: string; exclude?: string[]; } See also🔗 XYDimensionConfigBuilder