Overview

UIX

type resource_meta

Definition:{html?: string | HTMLElement,value?: string,filter_strings?: string[],transparent_filter?: boolean,type?: string,braces?: [string, string],identifier?: string,reference?: any,linked?: boolean,open?: boolean,}

Constructors

constructor(resource_channel: string)

Properties

is_directory_can_change: boolean
resource_managers: Map
resource_rename_listeners: Map


rename_listeners: Set
resource_new_resource_listeners: Map
new_resource_listeners: Set
resource_remove_listeners: Map
remove_listeners: Set
resource_update_listeners: Map
update_listeners: Set
protected identified_elements: Map
from JSONTree **

base class for all general resource (e.g. file or db) management

class Resource

Constructors

Properties

DEFAULT_CHANNEL: string
resources: Map
resource_manager: ResourceManger
meta: resource_meta
rename_listeners: Set

Did this doc help you?

Privacy Policy

Help us improving our docs

Our documentations are fully open source. Something is wrong or unclear? Edit documentation.

Make a contribution