- namespace FNZCM.BlazorWasm
- {
- internal static class FnzConst
- {
- public const string PlayPageTarget = "_fnz_play_target";
- public const string DragDropTypePlaylist = "text/json/fnz/playlist";
- public const string DragDropTypePlaylistItem = "text/json/fnz/playlist/item";
- }
- }
|