Type alias TyphoonLabelOptions

TyphoonLabelOptions: {
    content: string;
    style: TyphoonLabelStyle;
}

台風に表示する文字ラベルの設定

Type declaration