skia
    Preparing search index...

    Interface ModifierKeyEnumValues

    Represents the set of enum values.

    interface ModifierKeyEnumValues {
        Command: EmbindEnumEntity;
        Control: EmbindEnumEntity;
        FirstPress: EmbindEnumEntity;
        None: EmbindEnumEntity;
        Option: EmbindEnumEntity;
        Shift: EmbindEnumEntity;
        values: number[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    FirstPress: EmbindEnumEntity
    values: number[]