action

Interface with GekoS-Bau software.

Source code: action

Module Contents

class action.Config

Bases: gws.base.action.Config

GekoS action

index: Config.index | None

GekoS index configuration

templates: list[gws.ext.config.template] | None

feature templates

class action.GetFsResponse(*args, **kwargs)

Bases: gws.Response

Command response.

feature: gws.FeatureProps
class action.GetXyRequest(*args, **kwargs)

Bases: gws.Request

Command request.

ad: str | None
fs: str | None
class action.Object

Bases: gws.base.action.Object

index: Object.index | None
templates: list[gws.Template]
configure()
get_xy(req: gws.WebRequester, p: GetXyRequest) gws.ContentResponse