interface IFocusTo {
    focus: {
        ids?: string[];
        type: FOCUS_TYPE;
    };
    padding?: {
        bottom: number;
        left: number;
        right: number;
        top: number;
    };
    transition: boolean;
}

Properties

focus: {
    ids?: string[];
    type: FOCUS_TYPE;
}

focus 할 type, ids array

Type declaration

  • Optional ids?: string[]

    ['OB-mxanpdYA1T2410', 'OB-aN7fGeVoze1959', 'OB-ccjURqW8hq1959'] or ['PO-J0kWyrOGc9580', 'PO-9le4rxRll4944', 'PO-F_ATx-YIl2518', 'PO-tr5lOOTh47276']

  • type: FOCUS_TYPE

    focus type / FOCUS_TYPE = 'OBJECT' | 'OBJECT_ALL' | 'NAVIGATION' | 'POI' | 'POI_ALL'

padding?: {
    bottom: number;
    left: number;
    right: number;
    top: number;
}

focus시에 padding 값

Type declaration

  • bottom: number
  • left: number
  • right: number
  • top: number
transition: boolean

focus시에 transition 여부