RandomnessIcons

enum RandomnessIcons : Enum<RandomnessIcons>

All Randomness icons.

Parameters

base

the path to the basic icon for the data type

array

the path to the array variant of the basic icon

repeat

the path to the repeat variant of the basic icon

repeatArray

the path to the repeat array variant of the basic icon

settings

the path to the settings variant of the basic icon

quickSwitchScheme

the path to the quick switch scheme variant of the basic icon

Entries

Data
Link copied to clipboard
Data("/icons/data.svg", "/icons/data-array.svg", "/icons/data-repeat.svg", "/icons/data-repeat-array.svg", "/icons/data-settings.svg", "/icons/data-quick-switch-scheme.svg")
Basic icons.
Uuid
Link copied to clipboard
Uuid("/icons/uuid.svg", "/icons/uuid-array.svg", "/icons/uuid-repeat.svg", "/icons/uuid-repeat-array.svg", "/icons/uuid-settings.svg", "/icons/uuid-quick-switch-scheme.svg")
Icons for UUIDs.
Word
Link copied to clipboard
Word("/icons/word.svg", "/icons/word-array.svg", "/icons/word-repeat.svg", "/icons/word-repeat-array.svg", "/icons/word-settings.svg", "/icons/word-quick-switch-scheme.svg")
Icons for words.
String
Link copied to clipboard
String("/icons/string.svg", "/icons/string-array.svg", "/icons/string-repeat.svg", "/icons/string-repeat-array.svg", "/icons/string-settings.svg", "/icons/string-quick-switch-scheme.svg")
Icons for strings.
Integer
Link copied to clipboard
Integer("/icons/integer.svg", "/icons/integer-array.svg", "/icons/integer-repeat.svg", "/icons/integer-repeat-array.svg", "/icons/integer-settings.svg", "/icons/integer-quick-switch-scheme.svg")
Icons for integers.
Decimal
Link copied to clipboard
Decimal("/icons/decimal.svg", "/icons/decimal-array.svg", "/icons/decimal-repeat.svg", "/icons/decimal-repeat-array.svg", "/icons/decimal-settings.svg", "/icons/decimal-quick-switch-scheme.svg")
Icons for decimals.

Properties

Array
Link copied to clipboard
val Array: @Nullable() Icon
The array variant of the basic icon.
Base
Link copied to clipboard
val Base: @Nullable() Icon
The basic icon for the data type.
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
QuickSwitchScheme
Link copied to clipboard
val QuickSwitchScheme: @Nullable() Icon
The quick switch scheme variant of the basic icon.
Repeat
Link copied to clipboard
val Repeat: @Nullable() Icon
The repeat variant of the basic icon.
RepeatArray
Link copied to clipboard
val RepeatArray: @Nullable() Icon
The repeat array variant of the basic icon.
Settings
Link copied to clipboard
val Settings: @Nullable() Icon
The settings variant of the basic icon.

Sources

jvm source
Link copied to clipboard