Maplets[Examples][Message] - ユーザ向けのメッセージを持つ maplet の表示
使い方
Message(msg, opts)
パラメータ
msg - 文字列または記号
opts - option=value の形の等式; ここで option は title または type のいずれか; maplet のためのオプション指定
|
説明
|
|
•
|
Message(msg) コマンドは、ユーザのためのメッセージを持つ maplet を表示します。
|
•
|
opts 引数は、maplet のオプションを設定する、1つまたは複数の以下の等式を含みます。
|
|
title = string または symbol
|
|
maplet のタイトルの指定。デフォルトのタイトルは、Message です。
|
|
type = `error`, information, plain または warning
|
|
メッセージの種類。デフォルトでは、plain です。このオプションは、テキストの左側に置かれるアイコンを決定します。
|
|
|
例
|
|
>
|
with(Maplets[Examples]):
Message("Hello world!");
|
|
|
Download Help Document
Was this information helpful?