Type Alias TabStopDefinition

TabStopDefinition: {
    leader?: typeof LeaderType[keyof typeof LeaderType];
    position: number | typeof TabStopPosition[keyof typeof TabStopPosition];
    type: typeof TabStopType[keyof typeof TabStopType];
}