Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Classes

Type aliases

Type aliases

DirectionalSizeObject

DirectionalSizeObject: { bottom?: string | number; left?: string | number; right?: string | number; top?: string | number }

DirectionalSizeUnitObject화 시켰을때의 타입입니다. SizeConverter.convertDirectionalSize의 결과값으로 주로 사용됩니다.

Type declaration

  • Optional bottom?: string | number
  • Optional left?: string | number
  • Optional right?: string | number
  • Optional top?: string | number

Generated using TypeDoc