Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,712
Issues
1,712
List
Boards
Labels
Service Desk
Milestones
Merge Requests
87
Merge Requests
87
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
e1b0ee25
Commit
e1b0ee25
authored
Oct 04, 2019
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/dev-client.md: clone attributes
See
#3945
.
parent
b90786ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
doc/dev-client.md
doc/dev-client.md
+32
-0
No files found.
doc/dev-client.md
View file @
e1b0ee25
...
...
@@ -72,6 +72,38 @@ as well with the locus selection.
-
Other objects:
`Report`
,
`Shortcut`
Extends functionalities but requires elements from the full
`index.html`
.
### Clone attributes
C_SIZE_CONSTANT
C_SIZE_DISTRIB
C_SIZE_OTHER
Each clone has one (and only one) of these attributes.
Either its raw size is constant (
`_CONSTANT`
), either it is computed from other clones (
`_DISTRIB`
,
`_OTHER`
).
Note that, that in each case, the displayed size can be different from the raw size
due to normalizations.
C_INTERACTABLE
The clone can be selected by the user. It can be focused in, or hidden.
C_CLUTERIZABLE
The clone can be clustered with other clones. This clone should also be C_INTERACTABLE.
C_INSCATTERPLOT
Each clone that has values on the current axes will be displayed in the 'scatterplot' panel.
.sequence
Each clone that has a sequence will be displayed in the bottom 'segmenter' panel.
## Integrating the client
### HTML and CSS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment