gws.base.action.core

Source code: gws.base.action.core

Module Contents

class gws.base.action.core.Props(*args, **kwargs)

Bases: gws.Props

Object properties.

type: str
class gws.base.action.core.Config(*args, **kwargs)

Bases: gws.ConfigWithAccess

Basic config with permissions.

class gws.base.action.core.Object

Bases: gws.Action

Generic action object, the parent of all action objects.

props(user)

Generate a Props struct for this object.

Parameters:

user – The user for which the props should be generated.