Type alias RcsMapButton

RcsMapButton: {
    buttonName: string;
    buttonType: Extract<RcsButtonType, "ML">;
    latitude: string;
    longitude: string;
}

Type declaration

  • buttonName: string
  • buttonType: Extract<RcsButtonType, "ML">
  • latitude: string
  • longitude: string

Generated using TypeDoc