Liking cljdoc? Tell your friends :D
ClojureScript only.

mathbox.primitives.operator.slice


Slicecljs

Select one or more rows/columns/stacks

:classes [] (string array) - Custom classes, e.g. [\"big\"] :depth null (nullable vec2) - Slice from, to depth (excluding to), e.g. [2, 4] :height null (nullable vec2) - Slice from, to height (excluding to), e.g. [2, 4] :id null (nullable string) - Unique ID, e.g. \"sampler\" :items null (nullable vec2) - Slice from, to items (excluding to), e.g. [2, 4] :source \"<\" (select) - Input source y:width null (nullable vec2) - Slice from, to width (excluding to), e.g. [2, 4]

*Select one or more rows/columns/stacks*

:classes `[]` (string array) - Custom classes, e.g. `[\"big\"]`
:depth `null` (nullable vec2) - Slice from, to depth (excluding to), e.g. `[2, 4]`
:height `null` (nullable vec2) - Slice from, to height (excluding to), e.g. `[2, 4]`
:id `null` (nullable string) - Unique ID, e.g. `\"sampler\"`
:items `null` (nullable vec2) - Slice from, to items (excluding to), e.g. `[2, 4]`
:source `\"<\"` (select) - Input source
y:width `null` (nullable vec2) - Slice from, to width (excluding to), e.g. `[2, 4]`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close