MCPcopy
hub / github.com/ory/kratos / Attributes

Interface Attributes

ui/node/attributes.go:47–65  ·  view source on GitHub ↗

Attributes represents a list of attributes (e.g. `href="foo"` for links). swagger:model uiNodeAttributes

Source from the content-addressed store, hash-verified

45//
46// swagger:model uiNodeAttributes
47type Attributes interface {
48 // swagger:ignore
49 ID() string
50
51 // swagger:ignore
52 Reset()
53
54 // swagger:ignore
55 SetValue(value interface{})
56
57 // swagger:ignore
58 GetValue() interface{}
59
60 // swagger:ignore
61 GetNodeType() UiNodeType
62
63 // swagger:ignore
64 Matches(other Attributes) bool
65}
66
67// InputAttributes represents the attributes of an input node
68//

Callers 30

TestContainerFunction · 0.65
ResetMessagesMethod · 0.65
IDMethod · 0.65
FindMethod · 0.65
FindAllMethod · 0.65
ResetMethod · 0.65
ResetNodesMethod · 0.65
ResetNodesWithPrefixMethod · 0.65
ResetMethod · 0.65
ResetMethod · 0.65
ResetNodesMethod · 0.65
ResetNodesWithPrefixMethod · 0.65

Implementers 6

DivisionAttributesui/node/attributes.go
InputAttributesui/node/attributes.go
ImageAttributesui/node/attributes.go
AnchorAttributesui/node/attributes.go
TextAttributesui/node/attributes.go
ScriptAttributesui/node/attributes.go

Calls

no outgoing calls

Tested by

no test coverage detected