package content_workspace
Functions
ShouldShowContent
func ShouldShowContent(query, id string, typeFilters, tagFilters []string, cdb *content_database.Cache) bool
Types
ContentAudioView
struct
ContentWorkspace
struct
ContentWorkspace.Close
ContentWorkspace.Hotkeys
ContentWorkspace.Initialize
ContentWorkspace.Open
ContentWorkspaceEditorInterface
interface
type ContentWorkspaceEditorInterface interface {
Events() *editor_events.EditorEvents
ProjectFileSystem() *project_file_system.FileSystem
Cache() *content_database.Cache
ShowReferences(id string)
FocusInterface()
BlurInterface()
ViewHtmlUi(id string)
}
WorkspaceUIData
struct