action_icons.ts

view source

Declarations
#

2 declarations

get_icon_for_action_kind
#

action_icons.ts view source

(kind: "request_response" | "remote_notification" | "local_call"): SvgData import {get_icon_for_action_kind} from '@fuzdev/zzz/action_icons.js';

kind

type "request_response" | "remote_notification" | "local_call"

returns

SvgData

get_icon_for_action_method
#

action_icons.ts view source

(method: "ping" | "heartbeat" | "cancel" | "peer/ping" | "session_load" | "filer_change" | "diskfile_update" | "diskfile_delete" | "directory_create" | "completion_create" | "completion_progress" | ... 12 more ... | "workspace_changed"): SvgData import {get_icon_for_action_method} from '@fuzdev/zzz/action_icons.js';

method

type "ping" | "heartbeat" | "cancel" | "peer/ping" | "session_load" | "filer_change" | "diskfile_update" | "diskfile_delete" | "directory_create" | "completion_create" | "completion_progress" | ... 12 more ... | "workspace_changed"

returns

SvgData

Depends on
#

Imported by
#