interface JLayerPermissions {
    ADD_FEATURE: boolean;
    DELETE_FEATURE: boolean;
    EDIT_FEATURE_ATTRIBUTES: boolean;
    EDIT_FEATURE_GEOMETRY: boolean;
    EDIT_ONLY_OWN: boolean;
    EXTRACT_FEATURE: boolean;
}

Properties

ADD_FEATURE: boolean
DELETE_FEATURE: boolean
EDIT_FEATURE_ATTRIBUTES: boolean
EDIT_FEATURE_GEOMETRY: boolean
EDIT_ONLY_OWN: boolean
EXTRACT_FEATURE: boolean